[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #3 from Mark Thomas --- I've back-ported the fix and tested that it works. The fix has been proposed for 6.0.x. -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #2 from Mark Thomas --- Confirmed. A filter that throws an unchecked exception on destroy can trigger this. This issue has been fixed in 7.0.x. I'll look at putting together a proposal to back-port the changes to 6.0.x -- You

[Bug 56275] Classloader leak in DirContextURLStreamHandler

2014-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56275 --- Comment #1 from Mark Thomas --- Hmm. For this to happen an exception would have to be thrown during web application stop that prevented the code that de-registers the associated class loader from being called. 8.0.x is immune to this i