https://bz.apache.org/bugzilla/show_bug.cgi?id=54007
Mark Thomas changed:
What|Removed |Added
Resolution|--- |WONTFIX
Status|NEW
https://issues.apache.org/bugzilla/show_bug.cgi?id=54007
--- Comment #3 from Mark Thomas ---
Note the leak has been identified and fixed in trunk and 7.0.x. See r1408163
and r1408166.
--
You are receiving this mail because:
You are the assignee for the bug.
https://issues.apache.org/bugzilla/show_bug.cgi?id=54007
--- Comment #2 from Konstantin Kolinko ---
Concerns about the patch
1) Messy. The new methods have to be documented better and to be made protected
instead of private.
2) Several concerns about getContextPathFromFileName() method:
- It ne
https://issues.apache.org/bugzilla/show_bug.cgi?id=54007
--- Comment #1 from Konstantin Kolinko ---
Created attachment 29477
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29477&action=edit
2011-11-14_tc6_54007.patch
Patch for Tomcat 6
The change in ContainerBase.addChild() is neede