On Oct 15, 2012, at 9:32 AM, Gina Choi <[email protected]> wrote:
> The reason that I am checking this is because, we are getting memory leak > message when stop Tomcat(7.0.28) due to threadlocal "failed to remove" error > message. I am not sure if it is fake warning or real. Another VM uses same > tomcat version, but doesn't report errors. I am trying to figure this out. They definitely should be cleared when the thread unwinds. It should be a call to ThreadLocal.remove(). Dan > > Thanks. > > Gina > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Fediz-SSO-Do-we-need-to-unset-token-tp5716524p5716650.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
