Commit 8443b220 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote, promote, but the second proposal does not apply cleanly...

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1758667 13f79535-47bb-0310-9956-ffa450edef68
parent 094e9f15
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
@@ -103,6 +103,19 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) core: Reject requests containing (invalid) NULL characters in request line
     or request headers. (Including embedded %00 in URL).
     (Use APR_STATUS_IS_... in some more cases.)
     Trunk version of patch
         http://svn.apache.org/r892678
         http://svn.apache.org/r1100511
         http://svn.apache.org/r1102124
     Backport: (trunk works as well)
         https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r892678.patch
     Submitted by niq, status legibility fixes by covener, sf
     PR: 43039
     +1: wrowe, covener, ylavic


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
  [ New proposals should be added at the end of the list ]
@@ -157,19 +170,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
      +1: ylavic

  *) core: Reject requests containing (invalid) NULL characters in request line
     or request headers. (Including embedded %00 in URL).
     (Use APR_STATUS_IS_... in some more cases.)
     Trunk version of patch
         http://svn.apache.org/r892678
         http://svn.apache.org/r1100511
         http://svn.apache.org/r1102124
     Backport: (trunk works as well)
         https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r892678.patch
     Submitted by niq, status legibility fixes by covener, sf
     PR: 43039
     +1: wrowe, covener

  *) Enforce LimitRequestFieldSize after multiple headers with the same
     name have been merged, Ensure LimitRequestFieldSize is always logged.
     Downgrade some more log messages indicating client errors from level error
@@ -192,6 +192,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     Backport: (Adjustments dodging 2.4'isms such as APLOGNO's)
         https://raw.githubusercontent.com/wrowe/patches/master/backport-2.2.x-r951900-r1178566-r1185385-r1188745-r1352911-r1433613.patch 
     +1: wrowe, covener
     ylavic: the patch does not apply cleanly? (I tried both w/ and w/o
             backport-2.2.x-r892678.patch first, conflicts in protocol.c)

  *) core: ErrorDocument now works for requests without a Host header.
     Support custom ErrorDocuments for HTTP 501 and 414 status codes.