promote
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1228184 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS.txt b/STATUS.txt
index 4a17149..67d29de 100644
--- a/STATUS.txt
+++ b/STATUS.txt
@@ -24,17 +24,6 @@
PATCHES ACCEPTED TO BACKPORT FROM TRUNK/OTHER:
[ start all new proposals below, under PATCHES PROPOSED. ]
-
-PATCHES PROPOSED TO BACKPORT:
- [ New proposals should be added at the end of the list ]
-
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52384
- Do not fail in Parameter parsing when debug logging is enabled.
- Also do not flag extra '&' as errors.
- http://svn.apache.org/viewvc?rev=1224659&view=rev
- +1: kkolinko, rjung
- -1:
-
* Reduce log level for the message about hitting maxParameterCount limit
from WARN to INFO.
in /connectors/util/java/org/apache/tomcat/util/http/Parameters.java line 243:
@@ -46,3 +35,15 @@
rjung: Why do we compare "parameterCount >= limit" in line 241?
Shouldn't it be ">"?
kkolinko: I agree, it must be changed to "> limit".
+
+
+PATCHES PROPOSED TO BACKPORT:
+ [ New proposals should be added at the end of the list ]
+
+* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=52384
+ Do not fail in Parameter parsing when debug logging is enabled.
+ Also do not flag extra '&' as errors.
+ http://svn.apache.org/viewvc?rev=1224659&view=rev
+ +1: kkolinko, rjung
+ -1:
+