MINOR: uri_normalizer: Add a `sort-query` normalizer
authorTim Duesterhus <tim@bastelstu.be>
Thu, 15 Apr 2021 19:46:01 +0000 (21:46 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 19 Apr 2021 07:05:57 +0000 (09:05 +0200)
commitd7b89be30a78b2396e222f54143d997583041372
tree65899ca44b5c4463a6e7f59dcc67540472a07e03
parent560e1a63524d40e9ffc552cf145f4cc3f918455d
MINOR: uri_normalizer: Add a `sort-query` normalizer

This normalizer sorts the `&` delimited query parameters by parameter name.

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