Hello,
  Apoligies if this appears twice - having some issues with nabble..

I am seeing a behaviour with the latest shiro:

I am building using a Standalong Spring Application.

now calling

Subject currentUser = SecurityUtils.getSubject();

and immediatedly calling
currentUser = SecurityUtils.getSubject();

returns diferent Subject objects...

The code seems to crate a new subject but not attach it to the current
ThreadContext

Has anything changed here ? should the SecurityUtils not attach the
created one to the current context or is this up to the client code ?

Is there something configuration wise i might be doing worng ?

Any help appreciated
-A-

Reply via email to