The Location container, in non-regex form, does a shell-like glob on
the URL so wildcards in the directive won't match a slash in the URL.
Attached patch amends the note on wildcards to exclude matching a
wildcard to a slash.
--
Eric Covener
[EMAIL PROTECTED]
Index: manual/mod/core.xml
===================================================================
--- manual/mod/core.xml (revision 449075)
+++ manual/mod/core.xml (working copy)
@@ -1858,7 +1858,7 @@
<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><glossaryref="regex">Regular expressions</glossary>
can also be used, with the addition of the
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]