https://issues.apache.org/bugzilla/show_bug.cgi?id=48895

--- Comment #2 from [email protected] 2010-03-29 17:09:43 UTC ---
Thanks for the change.
So, I guess now we can safely clean thread locals only in threads controlled by
tomcat (i.e. worker threads) and by one of these 2 methods :
- either renew threads in the pool
- cleanup all threadlocals after each request when the thread is returned to
the pool (during the call to ThreadPoolExecutor.afterExecute() )

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to