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

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

docs/manual/mod/mod_alias.xml

index 3a30f113eb5c114ef95bfc6a834405c74f9c24ed..f2536280f6188e72893840389c74072a0a66b21f 100644 (file)
@@ -245,6 +245,11 @@ expressions</description>
       AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif
     </example>
 
+    <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>