diff options
author | Eric Covener <covener@apache.org> | 2023-03-15 21:34:09 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-03-15 21:34:09 +0100 |
commit | 04e16b2324a3163081807fb173f3bedefcd5d0e9 (patch) | |
tree | e9aa1cd2f3fabad9aa89d63b16465493a3944056 | |
parent | Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already). (diff) | |
download | apache2-04e16b2324a3163081807fb173f3bedefcd5d0e9.tar.xz apache2-04e16b2324a3163081807fb173f3bedefcd5d0e9.zip |
no longer correct
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908425 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/rewrite/flags.xml | 2 |
1 files changed, 0 insertions, 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. </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]" |