On Wed, Aug 15, 2012 at 6:33 AM, Marcus Bond <[email protected]> wrote: > I’d like to avoid having to implement my own ThreadLocal and the > corresponding clearing after the request since Shiro already has this built > in.
I also wanted to avoid implementing my own ThreadLocal, so I put my application data in Shiro's ThreadContext<http://shiro.apache.org/static/current/apidocs/org/apache/shiro/util/ThreadContext.html>, which Shiro clears after the request.
