1
0
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:
Vincent Bray
2007-07-23 08:24:06 +00:00
parent 3fed69d4e6
commit ab879a95d5
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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