1. ThreadLocal in Spring Security with asynchronous processing forum.springsource.orgHi, 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.orgAccessing 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.orgif 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 ... |