]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A scary patch which is not difficult to follow, been with us in 2.4.x all along
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 23 Aug 2016 14:00:00 +0000 (14:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 23 Aug 2016 14:00:00 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1757371 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2d802e15c6c09a07f4c23d03f0ff5345e8f3ccbf..09873ee5ca4b37f7085294393509a9ca1d579c5b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -170,6 +170,29 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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
+     to info. Add log messages for various reasons to return HTTP_BAD_REQUEST.
+     Correctly return a 400 (Bad request) in case of a HTTP/0.9 request like
+     "GET @example.org/foo".
+     Add some trace logging to core (using AP_DEBUG_THE_REQUEST macro, because
+     the TRACE5 facilities aren't in 2.2.x branch).
+     Improve error message (PR 54384).
+     Submitted by: sf, rpluem, jailletc36
+     [Note: everything in this patch is modifying logging and brings in the
+     LimitRequestFieldSize logic used for the lifespan of 2.4.x]
+     Trunk version of patch
+         http://svn.apache.org/r951900 (server/protocol.c alone)
+         http://svn.apache.org/r1178566
+         http://svn.apache.org/r1185385
+         http://svn.apache.org/r1188745
+         http://svn.apache.org/r1352911
+         http://svn.apache.org/r1433613
+     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
+
 
 PATCHES/ISSUES THAT ARE STALLED