mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-12-27 02:23:41 +00:00
Previously id.getBytes() was used which was problemantic because the id is base64 encoded and this did not match the expected ids. Closes gh-18158