]> granicus.if.org Git - apache/commit
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)
commit34c088394c53eed851ed508e71cbc36b676c56f3
treeb212a9fcfd9f3cec335d9332ea75adb67b2f8eaa
parent45788a13b43b02e40822fe6dcf2e1febc719a7d4
Update to v5, v4 missed this backport change needed for 2.4.x only (see commit message of r1812193)

+-   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