MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer
authorTim Duesterhus <tim@bastelstu.be>
Wed, 21 Apr 2021 19:20:36 +0000 (21:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 23 Apr 2021 17:43:45 +0000 (19:43 +0200)
commit2e4a18e04a866bbe0e12745d6475d85243eafe5a
treedb7e2d55e45c85e1a1e34c40dcc5b7f7ce1ec1d7
parentd6d33deaea973d36827cce12f49dfc8a38179dd0
MINOR: uri_normalizer: Add a `percent-decode-unreserved` normalizer

This normalizer decodes percent encoded characters within the RFC 3986
unreserved set.

See GitHub Issue #714.
doc/configuration.txt
include/haproxy/action-t.h
include/haproxy/uri_normalizer.h
reg-tests/http-rules/normalize_uri.vtc
src/http_act.c
src/uri_normalizer.c