]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
clarify relationship
authorEric Covener <covener@apache.org>
Mon, 13 Mar 2023 17:51:39 +0000 (17:51 +0000)
committerEric Covener <covener@apache.org>
Mon, 13 Mar 2023 17:51:39 +0000 (17:51 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908353 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/flags.xml

index 9719e307cf732c168114abb579176a46ace0f108..898cb868c28e8252eabc2d8833208d3bab09a9fd 100644 (file)
@@ -139,26 +139,30 @@ RewriteRule "^search/(.*)$" "/search.php/$1" "[B,BNP]"
 </section>
 
 <section id="flag_bctls"><title>BCTLS</title>
-    <p>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.
-    </p>
+<p>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.
+</p>
+
+<p>[B], [B=...] and [BNEG] have no affect when [BCTLS] is used..</p>
 
 <highlight language="config">
 # Escape control characters and spaces
 RewriteRule "^search/(.*)$" "/search.php/$1" "[BCTLS]"
 </highlight>
 
-
 <p>This flag is available in version 2.5.1 and later.</p>
+
+</note>
+
 </section>
 
 <section id="flag_bneg"><title>BNEG</title>
-    <p>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.
-    </p>
+<p>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.
+</p>
 
 <highlight language="config">
 # Escape the default characters, but leave /