summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2023-03-13 17:51:39 +0000
committerEric Covener <covener@apache.org>2023-03-13 17:51:39 +0000
commit54317bdf45669b764b5fcfb20a16bb065eaa4f3e (patch)
tree3cdacfdc0f8353646588fc637431f68ca8069a49 /docs
parented87e4619419909a75c6498f39984277130ea677 (diff)
downloadhttpd-54317bdf45669b764b5fcfb20a16bb065eaa4f3e.tar.gz
clarify relationship
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908353 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/rewrite/flags.xml24
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml
index 9719e307cf..898cb868c2 100644
--- a/docs/manual/rewrite/flags.xml
+++ b/docs/manual/rewrite/flags.xml
@@ -139,26 +139,30 @@ RewriteRule "^search/(.*)$" "/search.php/$1" "[B,BNP]"
</section>
<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>The [BCTLS] flag is similar 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>[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]"
</highlight>
-
<p>This flag is available in version 2.5.1 and later.</p>
+
+</note>
+
</section>
<section id="flag_bneg"><title>BNEG</title>
- <p>The [BNEG] flag modifies the behavior of escaping when the
- the [B] flag is used with a list of specific characters to escape.
- When [BNEG] is specified, the list of characters passed with [B=...]
- are treated as exclusions to the list of characters to be escaped.
- </p>
+<p>The [BNEG] flag modifies the behavior of escaping when the
+the [B] flag is used with a list of specific characters to escape.
+When [BNEG] is specified, the list of characters passed with [B=...]
+are treated as exclusions to the list of characters to be escaped.
+</p>
<highlight language="config">
# Escape the default characters, but leave /