spring-security/core
Rob Winch 9a9aafaeec SEC-1967: Restore original SecurityContext in finally when RunAsManager is used
Previously subclasses of AbstractSecurityInterceptor did not restore the original
Authentication when RunAsManager was used and an Exception was thrown in the
original method.

AbstractSecurityInterceptor has added a new method finallyInvocation which
should be invoked in a finally block immediately after the original invocation
which will restore the original Authentication. All existing sub classes have
been updated to use this new method.
2012-07-24 18:08:27 -05:00
..
src SEC-1967: Restore original SecurityContext in finally when RunAsManager is used 2012-07-24 18:08:27 -05:00
core.gradle SEC-1906: Update to Gradle 1.0 2012-07-05 12:41:56 -05:00
template.mf SEC-1743: Separate remoting from core into separate module. 2011-05-16 00:19:30 +01:00