mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-06 04:02:19 +00:00
Previously there was a race condition could occur when the user attempts to access a slow resource and then logs out which would result in the user not being logged out. SecurityContextLogoutHandler will now remove the Authentication from the SecurityContext to protect against this scenario.