summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-11 22:10:09 +0000
committerEric Covener <covener@apache.org>2023-03-11 22:10:09 +0000
commit3fc1d07f3b33412a123311e7147be7a60bd31238 (patch)
tree07d0786532aecd2b3aa1dfbabac81c6159fdaf5c /docs
parent1a4aac3d209f4314bcb511d73cf12f8c25c8c984 (diff)
downloadhttpd-3fc1d07f3b33412a123311e7147be7a60bd31238.tar.gz
add [BCTLS] alternative to [B] for 2.4.56 problems
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908301 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/rewrite/flags.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index c199ee0f6c..3e2012153f 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -119,6 +119,13 @@ will be used in the path component rather than the query string.</p>
<p>This flag is available in version 2.4.26 and later.</p>
+<section id="flag_bctls"><title>BCTLS</title>
+ <p>The [BCTLS] flag is simular to the [B] flag, but only escapes
+ 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>This flag is available in version 2.5.1 and later.</p>
+
</section>
<section id="flag_c"><title>C|chain</title>