Author: kkolinko Date: Thu Nov 10 13:25:35 2011 New Revision: 1200323 URL: http://svn.apache.org/viewvc?rev=1200323&view=rev Log: Propose updated patch All revisions up to r1200321 should be covered by this.
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=1200323&r1=1200322&r2=1200323&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Thu Nov 10 13:25:35 2011 @@ -65,11 +65,20 @@ PATCHES PROPOSED TO BACKPORT: have a similar method that returns Thread.getName() names. * Improve performance of parameter processing. - http://people.apache.org/~markt/patches/2011-10-29-param-perf-tc6-v2.patch - http://svn.apache.org/viewvc?rev=1195222&view=rev - performance tweaks - +1: markt, jfclere + http://people.apache.org/~kkolinko/patches/2011-11-10_tc6_parameters-v4.patch + <add> + Improve performance of parameter processing for GET and POST requests. + Also add an option to limit the maximum number of parameters processed + per request. This defaults to 10000. Excessive parameters are ignored. + Note that <code>FailedRequestFilter</code> can be used to reject the + request if some parameters were ignored. (markt/kkolinko) + </add> + <add> + New filter <code>FailedRequestFilter</code> that will reject a request + if there were errors during HTTP parameter parsing. (kkolinko) + </add> + +1: kkolinko -1: - kkolinko: +r1195943,r1198641 are needed, and maybe (r1195531+r1195905, r1195949, r1200218+r1200264) * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52121 Fix possible output corruption when compression is --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org