You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/11/25 16:30:21 UTC

svn commit: r1206217 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org