ThreadLocal « Security « Spring Q&A





1. ThreadLocal in Spring Security with asynchronous processing    forum.springsource.org

Hi, I used Spring Security in several projects and it is working just perfect. but now i am working on a new Project that will use Servlet 3 asynchronous and None ...

2. Accessing Authentication from session vs. threadlocal    forum.springsource.org

Accessing Authentication from session vs. threadlocal Is it considered bad practice to access the Authentication object from the HttpSession rather than the SecurityContextHolder.getContext().getAuthenticati on()? I have a servlet filter that is ...

3. if ThreadLocal is devil on clustering world, how spring security survive?    forum.springsource.org

if ThreadLocal is devil on clustering world, how spring security survive? I had a post in another forum to ask opinion about ThreadLocal. Basically I want to use a ThreadLocal variable ...