Author: kkolinko Date: Fri Nov 25 15:30:20 2011 New Revision: 1206217 URL: http://svn.apache.org/viewvc?rev=1206217&view=rev Log: proposal
Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.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=1206217&r1=1206216&r2=1206217&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/STATUS.txt (original) +++ tomcat/tc5.5.x/trunk/STATUS.txt Fri Nov 25 15:30:20 2011 @@ -107,6 +107,13 @@ PATCHES PROPOSED TO BACKPORT: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX http://svn.apache.org/viewvc?rev=1204856&view=rev - (Mapper.java only; it is r1204860 in TC7) + (without tests; it is r1204860 in TC7) + +1: kkolinko + -1: + +* Do not throw IllegalArgumentException from parseParameters() call when + chunked POST request is too large, but treat it like an IO error. + http://svn.apache.org/viewvc?rev=1206200&view=rev + (without tests; it is r1206205 in TC7) +1: kkolinko -1: Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1206217&r1=1206216&r2=1206217&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Fri Nov 25 15:30:20 2011 @@ -133,7 +133,14 @@ PATCHES PROPOSED TO BACKPORT: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52225 Fix ClassCastException in Alias added for existing host via JMX http://svn.apache.org/viewvc?rev=1204856&view=rev - (Mapper.java only; it is r1204860 in TC7) + (without tests; it is r1204860 in TC7) + +1: kkolinko + -1: + +* Do not throw IllegalArgumentException from parseParameters() call when + chunked POST request is too large, but treat it like an IO error. + http://svn.apache.org/viewvc?rev=1206200&view=rev + (without tests; it is r1206205 in TC7) +1: kkolinko -1: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org