]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport 558651 from trunk
authorVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 08:30:32 +0000 (08:30 +0000)
committerVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 08:30:32 +0000 (08:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558654 13f79535-47bb-0310-9956-ffa450edef68

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

index 99d6e75c6c3d0c797df4f8ab321cc365f9a5ba76..504070159151a5d2e503f948364a203ec3bb6978 100644 (file)
@@ -1929,7 +1929,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 d1bf7b7c76673cc600b6a323c271086031851dd7..091a1ad181d045fdff226b260a8829b219492460 100644 (file)
@@ -1917,7 +1917,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