]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
no longer correct
authorEric Covener <covener@apache.org>
Wed, 15 Mar 2023 20:34:09 +0000 (20:34 +0000)
committerEric Covener <covener@apache.org>
Wed, 15 Mar 2023 20:34:09 +0000 (20:34 +0000)
[skip ci]

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

docs/manual/rewrite/flags.xml

index d303e4cc59930aa275c7a9387b8da4cdfef39896..dcda8b108e4da0226f6a1234dd50283a9e95317e 100644 (file)
@@ -144,8 +144,6 @@ 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]"