From: Tim Duesterhus Date: Wed, 21 Apr 2021 19:20:34 +0000 (+0200) Subject: DOC: Fix RFC reference for the percent-to-uppercase normalizer X-Git-Tag: v2.4-dev18~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c315efda603da2ba70ddbedee138b7a5b7ce10cb;p=thirdparty%2Fhaproxy.git DOC: Fix RFC reference for the percent-to-uppercase normalizer The section is 6.2.2.1, not 6.2.21 (missing dot). --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 3844454545..bdb5b7849e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6086,7 +6086,7 @@ http-request normalize-uri query-sort-by-name [ { if | unless } ] - /foo//bar -> /foo/bar - percent-to-uppercase: Uppercases letters within percent-encoded sequences - (RFC 3986#6.2.21). + (RFC 3986#6.2.2.1). Example: - /%6f -> /%6F