From: Christophe Jaillet
Date: Mon, 26 Jun 2017 18:36:28 +0000 (+0000)
Subject: Synch with 2.4.x
X-Git-Tag: 2.5.0-alpha~329
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7634f6172e569d8916adfa8000489c31c41265b4;p=apache
Synch with 2.4.x
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799968 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 7f518aee3d..3c7aceef3e 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -70,7 +70,7 @@ of how you might use them.
The [B] flag instructs RewriteRule to escape non-alphanumeric
characters before applying the transformation.
-In 2.4.10 and later, you can limit the escaping to specific characters
+
In 2.4.26 and later, you can limit the escaping to specific characters
in backreferences by listing them: [B=#?;]
. Note: The space
character can be used in the list of characters to escape, but it cannot be
the last character in the list.
@@ -116,6 +116,9 @@ strings in the encoded form.
module="mod_rewrite">RewriteRule to escape the space character
in a backreference to %20 rather than '+'. Useful when the backreference
will be used in the path component rather than the query string.
+
+This flag is available in version 2.4.26 and later.
+