Return-Path: X-Original-To: apmail-httpd-docs-archive@www.apache.org Delivered-To: apmail-httpd-docs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C97E5E097 for ; Sat, 15 Dec 2012 19:45:41 +0000 (UTC) Received: (qmail 76110 invoked by uid 500); 15 Dec 2012 19:45:41 -0000 Delivered-To: apmail-httpd-docs-archive@httpd.apache.org Received: (qmail 76009 invoked by uid 500); 15 Dec 2012 19:45:41 -0000 Mailing-List: contact docs-help@httpd.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@httpd.apache.org List-Id: Delivered-To: mailing list docs@httpd.apache.org Received: (qmail 75997 invoked by uid 99); 15 Dec 2012 19:45:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 19:45:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.115] (HELO eir.zones.apache.org) (140.211.11.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2012 19:45:40 +0000 Received: by eir.zones.apache.org (Postfix, from userid 80) id AE60D4D7F; Sat, 15 Dec 2012 19:45:20 +0000 (UTC) From: bugzilla@apache.org To: docs@httpd.apache.org Subject: [Bug 54307] Alias/AliasMatch does'n/does fold/match multiple slashes Date: Sat, 15 Dec 2012 19:45:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: Documentation X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: covener@gmail.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: docs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=54307 Eric Covener changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Eric Covener --- Added to Alias directive entry in 2.2 and up:

Any number of leading slashes in the URL-path parameter matches any number of leading slashes in the requested URL-path.

I didn't see any reason to document it in AliasMatch where the regex is applied directly. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org For additional commands, e-mail: docs-help@httpd.apache.org