From: Eric Covener Date: Wed, 15 Mar 2023 20:34:09 +0000 (+0000) Subject: no longer correct X-Git-Tag: 2.5.0-alpha2-ci-test-only~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04e16b2324a3163081807fb173f3bedefcd5d0e9;p=thirdparty%2Fapache%2Fhttpd.git no longer correct [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908425 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index d303e4cc599..dcda8b108e4 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]"