Author: kkolinko
Date: Fri Jun 1 23:59:37 2012
New Revision: 1345398
URL: http://svn.apache.org/viewvc?rev=1345398&view=rev
Log:
proposal
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=1345398&r1=1345397&r2=1345398&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Jun 1 23:59:37 2012
@@ -170,6 +170,16 @@ PATCHES PROPOSED TO BACKPORT:
(r1343897 in TC7)
+1: kkolinko, kfujino
-1:
+
+* For https://issues.apache.org/bugzilla/show_bug.cgi?id=52055
+ Ensure that filters are recycled.
+ Inspired by r1334790 (TC7), r565964 (TC6 Nio)
+ I do not have evidence that this change matters, but it should not hurt.
+ The nextRequest() method already recycles the filters. If it has been called,
+ then lastActiveFilter is -1 and the new code will be NOOP.
+ http://people.apache.org/~kkolinko/patches/2012-06-02_tc6_recycle.patch
+ +1: kkolinko
+ -1:
PATCHES/ISSUES THAT ARE STALLED
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]