https://issues.apache.org/bugzilla/show_bug.cgi?id=50460
--- Comment #4 from Konstantin Kolinko <knst.koli...@gmail.com> 2010-12-12 20:20:49 EST --- Fixed in trunk in r1044987 and will be in 7.0.6. I will propose it for 6.0 and 5.5. I should note, that 3) fixes the issue in my environment. For the JspDocumentParser$EnableDTDValidationException class I am using 2) as the fix and 3) for sake of performance. For the ImmutableNameNotFoundException class I am using 3), as 2) would be too much of a change for me. (In reply to comment #3) > But there can be a leak of tomcat's classloader if it is embedded... ProxyDirContext is loaded by the Tomcat's classloader as well, and thus it static field should be GC'able at the same time as the Tomcat classes that might appear in the stacktrace there. So I do not think that there will be an observable leak with ProxyDirContext. -- 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