promote
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1359743 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/STATUS.txt b/STATUS.txt
index 40234f2..02cf1a9 100644
--- a/STATUS.txt
+++ b/STATUS.txt
@@ -24,19 +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=52579
- Propose new implementation of ByteChunk.toStringInternal().
- This fix does not reintroduce issue BZ51400.
- This fix avoids http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196991.
- https://issues.apache.org/bugzilla/attachment.cgi?id=28274 (remove generics )
- +1: kfujino
- -0: markt (see https://issues.apache.org/bugzilla/show_bug.cgi?id=52579#c8)
- -1:
-
* https://issues.apache.org/bugzilla/show_bug.cgi?id=52055#c14
Correctly reset ChunkedInputFilter.needCRLFParse flag when the filter is
recycled.
@@ -53,6 +40,18 @@
+1: kkolinko, schultz, jim
-1:
+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=52579
+ Propose new implementation of ByteChunk.toStringInternal().
+ This fix does not reintroduce issue BZ51400.
+ This fix avoids http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196991.
+ https://issues.apache.org/bugzilla/attachment.cgi?id=28274 (remove generics )
+ +1: kfujino
+ -0: markt (see https://issues.apache.org/bugzilla/show_bug.cgi?id=52579#c8)
+ -1:
+
* Implement maxHeaderCount attribute on HTTP Connectors.
It is equivalent of LimitRequestFields directive of Apache HTTPD
See r1356239 in Tomcat 6.