mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-21 00:40:33 -05: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:
parent
7a95f41fd6
commit
c315efda60
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue