]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: uri_normalizer: Add a `strip-dot` normalizer
authorMaximilian Mader <max@bastelstu.be>
Tue, 20 Apr 2021 22:22:50 +0000 (00:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 21 Apr 2021 10:15:14 +0000 (12:15 +0200)
commitff3bb8b609006f40229fdecbf3c4af07bc4ddbaf
treec07ab725a5f6d629d4f4872e44236d34d0908871
parentc9c79570d4327a4f74aec9b5263b565aeb9b88fa
MINOR: uri_normalizer: Add a `strip-dot` normalizer

This normalizer removes "/./" segments from the path component.
Usually the dot refers to the current directory which renders those segments redundant.

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