From ab879a95d5b6a008abf2bc4c4add52f5eb8c2b77 Mon Sep 17 00:00:00 2001
From: Vincent Bray
Date: Mon, 23 Jul 2007 08:24:06 +0000
Subject: [PATCH] Explain that ? and * don't match / in Location regexen,
submitted by Eric Covener Sept 23, '06
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558651 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 c64937ab3a..60295e17da 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1866,7 +1866,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 0a38f922d9..828b5e1e83 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1858,7 +1858,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.50.1