spring-security/web
Rob Winch 117f892c91 SEC-3031: DelegatingSecurityContext(Runnable|Callable) only modify SecurityContext on new Thread
Modifying the SecurityContext on the same Thread can cause issues. For example, with a
RejectedExecutionHandler the SecurityContext may be cleared out on the original Thread.

This change modifies both the DelegatingSecurityContextRunnable and DelegatingSecurityContextCallable to,
by default, only modify the SecurityContext if they are invoked on a new Thread. The behavior can be changed
by setting the property enableOnOrigionalThread to true.
2015-07-22 16:07:21 -05:00
..
src SEC-3031: DelegatingSecurityContext(Runnable|Callable) only modify SecurityContext on new Thread 2015-07-22 16:07:21 -05:00
pom.xml Update pom.xml to latest versions 2015-07-22 12:51:04 -05:00
web.gradle SEC-2915: groovy/gradle spaces->tabs 2015-03-25 13:08:59 -05:00