From: Eric Covener Date: Mon, 13 Mar 2023 17:51:39 +0000 (+0000) Subject: clarify relationship X-Git-Tag: 2.5.0-alpha2-ci-test-only~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54317bdf45669b764b5fcfb20a16bb065eaa4f3e;p=thirdparty%2Fapache%2Fhttpd.git clarify relationship [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 9719e307cf7..898cb868c28 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -139,26 +139,30 @@ RewriteRule "^search/(.*)$" "/search.php/$1" "[B,BNP]"
BCTLS -

The [BCTLS] flag is simular to the [B] flag, but only escapes - control characters and the space character. This is the same set of - characters rejected when they are copied into the query string unencoded. -

+

The [BCTLS] flag is similar to the [B] flag, but only escapes +control characters and the space character. This is the same set of +characters rejected when they are copied into the query string unencoded. +

+ +

[B], [B=...] and [BNEG] have no affect when [BCTLS] is used..

# Escape control characters and spaces RewriteRule "^search/(.*)$" "/search.php/$1" "[BCTLS]" -

This flag is available in version 2.5.1 and later.

+ + +
BNEG -

The [BNEG] flag modifies the behavior of escaping when the - the [B] flag is used with a list of specific characters to escape. - When [BNEG] is specified, the list of characters passed with [B=...] - are treated as exclusions to the list of characters to be escaped. -

+

The [BNEG] flag modifies the behavior of escaping when the +the [B] flag is used with a list of specific characters to escape. +When [BNEG] is specified, the list of characters passed with [B=...] +are treated as exclusions to the list of characters to be escaped. +

# Escape the default characters, but leave /