MINOR: uri_normalizer: Add `fragment-encode` normalizer
authorTim Duesterhus <tim@bastelstu.be>
Mon, 10 May 2021 15:28:26 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 May 2021 15:24:32 +0000 (17:24 +0200)
commitdec1c36b3a4a2856496fd2ed79735a11818e7e56
tree4adc5e070623e4af66e07965745658e93bb7ef17
parentc9e05ab2de772a1c9a51a2f864001f0d23859836
MINOR: uri_normalizer: Add `fragment-encode` normalizer

This normalizer encodes '#' as '%23'.

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