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

Mark Thomas <[email protected]> changed:

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

--- Comment #3 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to