projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a95f41
)
DOC: Fix RFC reference for the percent-to-uppercase normalizer
author
Tim Duesterhus
<tim@bastelstu.be>
Wed, 21 Apr 2021 19:20:34 +0000
(21:20 +0200)
committer
Christopher 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
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
3844454
..
bdb5b78
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-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