From 04e16b2324a3163081807fb173f3bedefcd5d0e9 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 15 Mar 2023 20:34:09 +0000 Subject: no longer correct [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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index d303e4cc59..dcda8b108e 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -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.

-

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

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