Commit 71530d9b authored by Eric Covener's avatar Eric Covener
Browse files
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
parent 7199fa94
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>