From cbd2ee3e945e5c0a965b6cc4b8abdb8e02b9b246 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 4facef8819d..326f594d27b 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.47.3