]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote, plus another patching failure.
authorYann Ylavic <ylavic@apache.org>
Wed, 31 Aug 2016 19:39:02 +0000 (19:39 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 31 Aug 2016 19:39:02 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1758668 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 003ab7a7630ee1a9c77dedd4efd1cc5b5e7dc5bd..f60d7facaf3dc41fa64ac4e7ef8831098558d6d3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -116,6 +116,23 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      PR: 43039
      +1: wrowe, covener, ylavic
 
+  *) core: Limit to ten the number of tolerated empty lines between request.
+     Before this commit, the maximum number of empty lines was the same as
+     configured LimitRequestFields, defaulting to 100, which was way too much.
+     We now use a fixed/hard limit of 10 (DEFAULT_LIMIT_BLANK_LINES).
+     Exit early on ap_parse_uri failure, and ensure that proto_num and protocol
+     is set; this can happen with invalid CONNECT requests.
+     Submitted by: ylavic, rpluem
+     Note: http_request.c changes from this patch and follow-ups 
+           r1710105, r1711902 are not applicable to the 2.2.x pipeline.
+           CHANGES is unnecessary, the regression was never released in 2.2.x.
+     Trunk version of patch
+         http://svn.apache.org/r1710095
+         http://svn.apache.org/r1727544
+     Backport:
+         https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r1710095-r1727544.patch
+     +1: wrowe, covener, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -205,23 +222,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Backport:
          https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r1392347-r1635762.patch 
      +1: wrowe, covener
-
-  *) core: Limit to ten the number of tolerated empty lines between request.
-     Before this commit, the maximum number of empty lines was the same as
-     configured LimitRequestFields, defaulting to 100, which was way too much.
-     We now use a fixed/hard limit of 10 (DEFAULT_LIMIT_BLANK_LINES).
-     Exit early on ap_parse_uri failure, and ensure that proto_num and protocol
-     is set; this can happen with invalid CONNECT requests.
-     Submitted by: ylavic, rpluem
-     Note: http_request.c changes from this patch and follow-ups 
-           r1710105, r1711902 are not applicable to the 2.2.x pipeline.
-           CHANGES is unnecessary, the regression was never released in 2.2.x.
-     Trunk version of patch
-         http://svn.apache.org/r1710095
-         http://svn.apache.org/r1727544
-     Backport:
-         https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r1710095-r1727544.patch
-     +1: wrowe, covener
+     ylavic: same here (hunk + access_status = HTTP_BAD_REQUEST;)
+             depends on the previous one?
 
 
 PATCHES/ISSUES THAT ARE STALLED