From: Eric Covener Date: Sat, 15 Dec 2012 22:10:25 +0000 (+0000) Subject: Merge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: X-Git-Tag: 2.2.24~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f359178f8a6b6b886d16da67893d5ae7b5d2d52c;p=thirdparty%2Fapache%2Fhttpd.git Merge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: 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 --- diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 3a30f113eb5..f2536280f61 100644 --- a/docs/manual/mod/mod_alias.xml +++ b/docs/manual/mod/mod_alias.xml @@ -245,6 +245,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. +

+