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:43 UTC

svn commit: r1422376 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml

Author: covener
Date: Sat Dec 15 22:09:42 2012
New Revision: 1422376

URL: http://svn.apache.org/viewvc?rev=1422376&view=rev
Log:
Merge r1422375 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:

PR54308: aliasmatch ^/foo matches requests for ////foo



Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_alias.xml

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