From: Eric Covener Date: Sat, 5 Apr 2014 18:45:05 +0000 (+0000) Subject: bld break X-Git-Tag: 2.5.0-alpha~4344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12563c4b828deb3d1b94ad61c153696690cc8b1a;p=apache bld break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1585158 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 1c4060065d..3e2f68543f 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