From 56b3b2788ab8e68d1c52f679087d11d735e36e81 Mon Sep 17 00:00:00 2001
From: Tony Stevenson
Date: Fri, 8 Feb 2008 02:07:49 +0000
Subject: [PATCH] As per PR 33892 backporting to 2.0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@619738 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_include.html.en | 7 +++++++
docs/manual/mod/mod_include.xml | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/docs/manual/mod/mod_include.html.en b/docs/manual/mod/mod_include.html.en
index 347d03f53b1..6cb44fc85e2 100644
--- a/docs/manual/mod/mod_include.html.en
+++ b/docs/manual/mod/mod_include.html.en
@@ -586,6 +586,13 @@ Server Error Messages
and
'string1 string2'
results in string1 string2
.
+
+ Escaping slashes in regex strings
+
All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.
+
+
+
diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml
index 60ccf47130c..f03dc2ac8d9 100644
--- a/docs/manual/mod/mod_include.xml
+++ b/docs/manual/mod/mod_include.xml
@@ -579,6 +579,13 @@ Server Error Messages
>string2' results in
string1 string2
.
+
+
Escaping slashes in regex strings
+ All slashes which are not intended to act as delimiters in your regex must
+ be escaped. This is regardless of their meaning to the regex engine.
+
+
+
--
2.47.2