Author: kkolinko Date: Sat Nov 12 09:32:14 2011 New Revision: 1201230 URL: http://svn.apache.org/viewvc?rev=1201230&view=rev Log: Propose updated patch
Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1201230&r1=1201229&r2=1201230&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Nov 12 09:32:14 2011 @@ -54,8 +54,25 @@ PATCHES PROPOSED TO BACKPORT: It is expected, but does not explain why error 403 and not 404 is observed. * Improve performance of parameter processing - http://people.apache.org/~markt/patches/2011-10-29-param-perf-tc5-v2.patch - http://svn.apache.org/viewvc?rev=1195222&view=rev - performance tweaks - +1: markt + <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> + http://people.apache.org/~kkolinko/patches/2011-11-12_tc55_parameters-v4.patch + Before the patch: + Should be created by patch tool automatically, but just to be sure: + mkdir container/catalina/src/share/org/apache/catalina/filters + svn add container/catalina/src/share/org/apache/catalina/filters + After the patch: + svn propset svn:eol-style native connectors/util/java/org/apache/tomcat/util/http/LocalStrings.properties + svn propset svn:eol-style native container/catalina/src/share/org/apache/catalina/filters/FailedRequestFilter.java + svn propset svn:eol-style native container/webapps/docs/config/filter.xml + +1: kkolinko -1: - kkolinko: +r1195943,r1198641 are needed, and maybe (r1195531+r1195905, r1195949, r1200218+r1200264) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org