]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose PR58292 fix.
authorEric Covener <covener@apache.org>
Fri, 14 Oct 2016 15:11:56 +0000 (15:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 14 Oct 2016 15:11:56 +0000 (15:11 +0000)
old patch I forgot to backport and don't remember
found by a new user on 2.4

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

STATUS

diff --git a/STATUS b/STATUS
index 04772e3dc41559975e3369a06b60ac0c0d4aefe6..d938f6c7f32949f350fc64b95799e77701c4cdc5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -222,6 +222,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                 added to CFLAGS because when combined with -Wstrict-prototypes,
                 the AC_LANG_PROGRAM won't compile (it uses a bare main()).
 
+  *) core: avoid adding multiple subrequest filters when there are nested 
+     subrequests.  PR58292
+     trunk patch: http://svn.apache.org/r1698239
+     2.4.x patch: trunk works
+     +1: covener
+
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if