https://bz.apache.org/bugzilla/show_bug.cgi?id=61568

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
The ultimate aim of the code is to make sure that any thread doesn't end up
with the web application class loader as its context class loader. Rather than
setting the class loader for the current thread that is then picked up by the
new thread, I went for setting it on the new thread. That should meet the
overall objective and avoid the issue with InnocuousThread.

Fixed in:
- trunk for 9.0.2 onwards
- 8.5.x for 8.5.24 onwards
- 8.0.x for 8.0.48 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to