From 3b2115ab3cc2cdf11a663fe224ec772d3addf720 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 15 Dec 2012 22:09:02 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_alias.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/mod/mod_alias.xml b/docs/manual/mod/mod_alias.xml index 4facef8819..326f594d27 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. +

+ -- 2.40.0