]> granicus.if.org Git - apache/commitdiff
Merge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:09:42 +0000 (22:09 +0000)
committerEric Covener <covener@apache.org>
Sat, 15 Dec 2012 22:09:42 +0000 (22:09 +0000)
PR54308: aliasmatch ^/foo matches requests for ////foo

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

docs/manual/mod/mod_alias.xml

index 4facef8819d9c4d6490e2f6302401f9657eeac8f..326f594d27bbcb861cca75f9e6e1323fc788b1ce 100644 (file)
@@ -242,6 +242,11 @@ expressions</description>
       AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif
     </highlight>
 
+    <p>Multiple leading slashes in the requested URL are discarded
+       by the server before directives from this module compares
+       against the requested URL-path.
+    </p>
+
 </usage>
 </directivesynopsis>