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 ...
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 ...
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 ...