]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
rewrite guide: document URL encoding/decoding pipeline
authorRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 20:12:01 +0000 (20:12 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 May 2026 20:12:01 +0000 (20:12 +0000)
commit81a33d0ead60a6b90d40bd1e1e079802c364914d
tree9bbd12427de7286dd80ec874479d4cf9f9c031c6
parent58e3b90f85c57e211370c5adc106f69005ea29a2
rewrite guide: document URL encoding/decoding pipeline

tech.xml: new "URL Encoding and Decoding" section explaining that
httpd unescapes the URI before pattern matching, how to use
%{THE_REQUEST} for the raw form, AllowEncodedSlashes options, and
a summary of the [B]/[BNP]/[NE] flags with links to flags.xml.

flags.xml: add cross-references to tech.html#encoding from the [B],
[BNP], and [NE] flag sections. Restore section headers for flag_bnp
and flag_bctls that were inadvertently dropped.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934202 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/rewrite/TODO.md
docs/manual/rewrite/flags.xml
docs/manual/rewrite/tech.xml