spring-security/web
Rob Winch fb227b5433 SEC-2025: SecurityContextLogoutHandler removes Authentication from SecurityContext
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.
2012-10-05 14:18:19 -05:00
..
src SEC-2025: SecurityContextLogoutHandler removes Authentication from SecurityContext 2012-10-05 14:18:19 -05:00
pom.xml Updates for 3.0.x autorepo support 2012-10-02 11:20:40 -05:00
template.mf Updates for 3.0.x autorepo support 2012-10-02 11:20:40 -05:00
web.gradle Updates for 3.0.x autorepo support 2012-10-02 11:20:40 -05:00