MINOR: uri_normalizer: Add `fragment-strip` normalizer
authorTim Duesterhus <tim@bastelstu.be>
Mon, 10 May 2021 15:28:25 +0000 (17:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 11 May 2021 15:23:46 +0000 (17:23 +0200)
commitc9e05ab2de772a1c9a51a2f864001f0d23859836
treecb04a13a6af04600093bbc4e4da0734c0f1c7eff
parent2f413136e941e96fd74118eb2d4b7238ab3c6b91
MINOR: uri_normalizer: Add `fragment-strip` normalizer

This normalizer strips the URI's fragment component which should never be sent
to the server.

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