Debugging deeper, it seems that in class
ThreadLocalSecurityContextHolderStrategy
the field "ThreadLocal<SecurityContext> contextHolder" when called for
the stored SecurityContext instance with

 contextHolder.get();

returns null at some point so a new instance is created.
This is so strange, it's the threadLocal that does not find the stored
instance? How can this happen?

On Fri, Jan 14, 2011 at 5:18 PM, ilde...@gmail.com <ilde...@gmail.com>
ww can this happen?

-- 
Daniele Dellafiore
http://danieledellafiore.net

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to