]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Wed, 7 Nov 2018 15:16:01 +0000 (15:16 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 7 Nov 2018 15:16:01 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1846043 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d85ea6d8f40640bf93a279ed95a84638330e3e70..5954d512c1223a38074baf29f059cd75f335c380 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -126,6 +126,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_proxy: If ProxyPassReverse is used for reverse mapping of relative
+                redirects, subsequent ProxyPassReverse statements, whether they
+                are relative or absolute, may fail.  PR 60408
+     trunk patch: http://svn.apache.org/r1837250
+     2.4.x patch: svn merge -c 1837250 ^/httpd/httpd/trunk .
+     +1: jailletc36, rpluem, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -192,13 +199,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jailletc36, jim
      jailletc36: a CHANGE entry should maybe be added
 
-  *) mod_proxy: If ProxyPassReverse is used for reverse mapping of relative
-                redirects, subsequent ProxyPassReverse statements, whether they
-                are relative or absolute, may fail.  PR 60408
-     trunk patch: http://svn.apache.org/r1837250
-     2.4.x patch: svn merge -c 1837250 ^/httpd/httpd/trunk .
-     +1: jailletc36, rpluem, jim
-
   *) mod_setenvif:  We can have expressions that become true if a regex pattern
                     in the expression does NOT match. In this case val is NULL
                     and we should just set the value for the environment variable