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/15 20:34:10 UTC

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

Author: covener
Date: Wed Mar 15 20:34:09 2023
New Revision: 1908425

URL: http://svn.apache.org/viewvc?rev=1908425&view=rev
Log:
no longer correct

[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=1908425&r1=1908424&r2=1908425&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/flags.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/flags.xml Wed Mar 15 20:34:09 2023
@@ -144,8 +144,6 @@ control characters and the space charact
 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]"