From: Vincent Bray Date: Mon, 23 Jul 2007 08:30:32 +0000 (+0000) Subject: Backport 558651 from trunk X-Git-Tag: 2.2.5~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7b200635baeb3421984981b09fd175fe3ebafce;p=thirdparty%2Fapache%2Fhttpd.git Backport 558651 from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 99d6e75c6c3..50407015915 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1929,7 +1929,7 @@ URLs

The URL may use wildcards. In a wild-card string, ? matches any single character, and * matches any sequences of - characters.

+ characters. Neither wilcard character matches a / in the URL-path.

Regular expressions can also be used, with the addition of the diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d1bf7b7c766..091a1ad181d 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1917,7 +1917,7 @@ URLs

The URL may use wildcards. In a wild-card string, ? matches any single character, and * matches any sequences of - characters.

+ characters. Neither wilcard character matches a / in the URL-path.

Regular expressions can also be used, with the addition of the