From a7b200635baeb3421984981b09fd175fe3ebafce Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Mon, 23 Jul 2007 08:30:32 +0000
Subject: [PATCH] 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
---
docs/manual/mod/core.html.en | 2 +-
docs/manual/mod/core.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
--
2.47.3