mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-02-25 00:28:18 +00:00
Previously, @Transient Authentication would get saved if an existing HttpSession existed but it shouldn't. This commit always prevents @Transient Authentication from being saved. Closes gh-9992