]> granicus.if.org Git - apache/commitdiff
Explain that ? and * don't match / in Location regexen, submitted by Eric
authorVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 08:24:06 +0000 (08:24 +0000)
committerVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 08:24:06 +0000 (08:24 +0000)
Covener Sept 23, '06

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558651 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index c64937ab3a926bf78269684efd896222d2e98267..60295e17dadf93532712111def70b1808216f166 100644 (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
index 0a38f922d9a120afc9d47926bb0376b227ff238a..828b5e1e83e9ad14db7b9f7f0efb4fb7f7a7ed8a 100644 (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