]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
The first of several 2.2 backports I'll offer to get protocol logic on 2.2
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Aug 2016 20:45:05 +0000 (20:45 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Aug 2016 20:45:05 +0000 (20:45 +0000)
in sync with 2.4, allowing us to consider much more similar backport proposals
to both.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1757269 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c50bc3919faf88495dff1306f358664520052e6a..3329294cf761180eabb38b1b90a0d794e0db98d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -157,6 +157,16 @@ 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
+     Submitted by niq, status legibility fixes by covener, sf
+     PR: 43039
+     +1 wrowe
 
 PATCHES/ISSUES THAT ARE STALLED