From c534d22d915530e7221bfc135a9bb3bc9dd3ad4a Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 5 Apr 2014 18:45:05 +0000 Subject: [PATCH] bld break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585158 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/flags.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 1c4060065d3..3e2f68543f6 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -71,12 +71,6 @@ characters before applying the transformation.

In 2.4.10 and later, you can limit the escaping to specific characters in backreferences by listing them: [B=#?;]

-
BNP|backrefnoplus (don't escape space to +) -

The [BNP] flag instructs 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. -

mod_rewrite has to unescape URLs before mapping them, so backreferences are unescaped at the time they are applied. Using the B flag, non-alphanumeric characters in backreferences @@ -107,6 +101,13 @@ when the backend may break if presented with an unescaped URL.

strings in the encoded form.

+
BNP|backrefnoplus (don't escape space to +) +

The [BNP] flag instructs 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.

+
+
C|chain

The [C] or [chain] flag indicates that the RewriteRule is chained to the next -- 2.47.3