mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 22:22:43 +02:00
DOC: Fix RFC reference for the percent-to-uppercase normalizer
The section is 6.2.2.1, not 6.2.21 (missing dot).
This commit is contained in:
committed by
Christopher Faulet
parent
7a95f41fd6
commit
c315efda60
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user