]> granicus.if.org Git - apache/commitdiff
Update to v5, v4 missed this backport change needed for 2.4.x only (see commit messag...
authorYann Ylavic <ylavic@apache.org>
Mon, 23 Oct 2017 14:58:44 +0000 (14:58 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 23 Oct 2017 14:58:44 +0000 (14:58 +0000)
+-   if ((forbidden & NOT_IN_DIR_CONTEXT) == NOT_IN_DIR_CONTEXT) {
++   if ((forbidden & NOT_IN_DIR_LOC_FILE) == NOT_IN_DIR_LOC_FILE) {
+        if (cmd->path != NULL) {
+            return apr_pstrcat(cmd->pool, cmd->cmd->name, gt,
+-                           " cannot occur within directory context", NULL);
++                           " cannot occur within <Directory/Location/Files/Proxy> "
++                           "section", NULL);
+        }
+        ...
+    }

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

STATUS

diff --git a/STATUS b/STATUS
index b1840404607e05ccfddeaaccd6298e82bae59ded..05cc8734851316ffe800ad86800e01b034ca3724 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -134,7 +134,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://svn.apache.org/r1756976
                   http://svn.apache.org/r1781313
                   http://svn.apache.org/r1812193
-     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co-v4.patch
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/httpd-2.4.x-r1740928_and_co-v5.patch
      +1: ylavic,
       wrowe: Suspect that this is an MMN Major bump, not minor, without some
              additional detection/workaround of legacy 2.4 compiled modules.