mirror of
https://github.com/apache/httpd.git
synced 2025-12-24 15:01:03 +03:00
Explain that ? and * don't match / in Location regexen, submitted by Eric
Covener Sept 23, '06 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1866,7 +1866,7 @@ URLs</td></tr>
|
||||
|
||||
<p>The URL may use wildcards. In a wild-card string, <code>?</code> matches
|
||||
any single character, and <code>*</code> matches any sequences of
|
||||
characters.</p>
|
||||
characters. Neither wilcard character matches a / in the URL-path.</p>
|
||||
|
||||
<p><a class="glossarylink" href="../glossary.html#regex" title="see glossary">Regular expressions</a>
|
||||
can also be used, with the addition of the
|
||||
|
||||
@@ -1858,7 +1858,7 @@ URLs</description>
|
||||
|
||||
<p>The URL may use wildcards. In a wild-card string, <code>?</code> matches
|
||||
any single character, and <code>*</code> matches any sequences of
|
||||
characters.</p>
|
||||
characters. Neither wilcard character matches a / in the URL-path.</p>
|
||||
|
||||
<p><glossary ref="regex">Regular expressions</glossary>
|
||||
can also be used, with the addition of the
|
||||
|
||||
Reference in New Issue
Block a user