Commit 86fbe1aa authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

The first of several 2.2 backports I'll offer to get protocol logic on 2.2

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
parent fb31743e
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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