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

--- Comment #5 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-12-12 
18:43:04 EST ---
Looking at r1044746 and the patch proposed for TC6,
I think that that replacement of
 s/DirContextURLStreamHandler.bind(/DirContextURLStreamHandler.bindThread(/
 s/DirContextURLStreamHandler.unbind(/DirContextURLStreamHandler.unbindThread(/
is wrong.

See DirContextURLStreamHandler#get().

The difference is when a web application starts a child thread. That thread
inherits TCCL from its parent and thus DirContextURLStreamHandler will
recognize it when using CL-binding, but will not if thread-binding is used.

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to