mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-12-28 02:54:42 +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