You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/12/15 23:09:06 UTC

svn commit: r1422375 - /httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Author: covener
Date: Sat Dec 15 22:09:02 2012
New Revision: 1422375

URL: http://svn.apache.org/viewvc?rev=1422375&view=rev
Log:
PR54308: aliasmatch ^/foo matches requests for ////foo


Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_alias.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_alias.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_alias.xml?rev=1422375&r1=1422374&r2=1422375&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_alias.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_alias.xml Sat Dec 15 22:09:02 2012
@@ -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>