From: Eric Covener Date: Sat, 15 Dec 2012 22:09:02 +0000 (+0000) Subject: PR54308: aliasmatch ^/foo matches requests for ////foo X-Git-Tag: 2.5.0-alpha~5994 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b2115ab3cc2cdf11a663fe224ec772d3addf720;p=thirdparty%2Fapache%2Fhttpd.git PR54308: aliasmatch ^/foo matches requests for ////foo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1422375 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 4facef8819d..326f594d27b 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -242,6 +242,11 @@ expressions AliasMatch ^/image/(.*)\.gif$ /files/gif.images/$1.gif +

Multiple leading slashes in the requested URL are discarded + by the server before directives from this module compares + against the requested URL-path. +

+