You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/03/13 17:51:39 UTC

svn commit: r1908353 - /httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Author: covener
Date: Mon Mar 13 17:51:39 2023
New Revision: 1908353

URL: http://svn.apache.org/viewvc?rev=1908353&view=rev
Log:
clarify relationship

[skip ci]

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/flags.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/flags.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/flags.xml?rev=1908353&r1=1908352&r2=1908353&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Mon Mar 13 17:51:39 2023
@@ -139,26 +139,30 @@ RewriteRule "^search/(.*)$" "/search.php
 </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 /