]> granicus.if.org Git - apache/commitdiff
promote
authorStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 10:32:41 +0000 (10:32 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 10:32:41 +0000 (10:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1833000 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 30a67012764b2b77cc4946fb640574a1fe2b666a..2de93e123234784eca8fe11f7465565d4a4dc4a5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -151,6 +151,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
                   (trunk works modulo CHANGES))
      +1: ylavic, jim, icing
 
+  *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
+     zero out what had been initialized as the connection-level port.  PR59931.
+     trunk patch: http://svn.apache.org/r1776458
+     2.4.x patch: trunk works (module CHANGES)
+                  svn merge -c 1776458 ^/httpd/httpd/trunk
+     +1: ylavic, covener, icing
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -213,13 +220,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1831231,1831591,1832934,1832937 ^/httpd/httpd/trunk .
      +1: ylavic, icing
 
-  *) mod_remoteip: When overriding the useragent address from X-Forwarded-For,
-     zero out what had been initialized as the connection-level port.  PR59931.
-     trunk patch: http://svn.apache.org/r1776458
-     2.4.x patch: trunk works (module CHANGES)
-                  svn merge -c 1776458 ^/httpd/httpd/trunk
-     +1: ylavic, covener, icing
-
   *) mod_proxy: Fix a corner case where the ProxyPassReverseCookieDomain or
      ProxyPassReverseCookiePath directive could fail to update correctly 
      'domain=' or 'path=' in the 'Set-Cookie' header.  PR 61560.