]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Fix RFC reference for the percent-to-uppercase normalizer
authorTim Duesterhus <tim@bastelstu.be>
Wed, 21 Apr 2021 19:20:34 +0000 (21:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 23 Apr 2021 17:43:45 +0000 (19:43 +0200)
The section is 6.2.2.1, not 6.2.21 (missing dot).

doc/configuration.txt

index 3844454545db1a1a8e955ac138ecd418f0c8cac6..bdb5b7849e0bcbbf9becacfd8111cacbdb8562bc 100644 (file)
@@ -6086,7 +6086,7 @@ http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
       - /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