Author: kkolinko Date: Sat Jan 5 20:00:32 2013 New Revision: 1429369 URL: http://svn.apache.org/viewvc?rev=1429369&view=rev Log: Add proposal and move an earlier one into the correct section
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1429369&r1=1429368&r2=1429369&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Jan 5 20:00:32 2013 @@ -94,6 +94,21 @@ PATCHES PROPOSED TO BACKPORT: +1: kkolinko -1: +* Fix memory leak of servlet instances when running with a + SecurityManager and either init() or destroy() methods fail + or the servlet is a SingleThreadModel one. + It is based on r1429186 + http://people.apache.org/~kkolinko/patches/2013-01-05_tc6_SecurityUtil_remove.patch + +1: kkolinko + -1: + +* Improve method cache handling in SecurityUtil class. + Add caching for Comet methods and simplify cache lookup code. + It is backport of r728776 (BZ 46304) and r1429360 + http://people.apache.org/~kkolinko/patches/2013-01-05_tc6_46304_SecurityUtil.patch + +1: kkolinko + -1: + PATCHES/ISSUES THAT ARE STALLED @@ -130,11 +145,3 @@ PATCHES/ISSUES THAT ARE STALLED http://svn.apache.org/viewvc?view=revision&revision=1380841 (Is one supposed to just copy the current version of websocket package from Tomcat 7 here?) - -* Fix memory leak of servlet instances when running with a - SecurityManager and either init() or destroy() methods fail - or the servlet is a SingleThreadModel one. - It is based on r1429186 - http://people.apache.org/~kkolinko/patches/2013-01-05_tc6_SecurityUtil_remove.patch - +1: kkolinko - -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org