Covener Sept 23, '06
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558651
13f79535-47bb-0310-9956-
ffa450edef68
<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
<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