]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 29 Oct 2018 13:55:03 +0000 (13:55 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 29 Oct 2018 13:55:03 +0000 (13:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1845125 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7dbdeee1c599415b53b640f32214e62d41824d2c..99fd7cc7d95a080d684a2b3d5de24d2f6340b8fd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -192,6 +192,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jailletc36
      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
+
+  *) 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
+                    like in the pattern case.
+     trunk patch: http://svn.apache.org/r1786235
+     2.4.x patch: svn merge -c 1786235 ^/httpd/httpd/trunk .
+     +1: jailletc36
+     jailletc36: Test-case added in r1845094
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]