commit | ff3bb8b609006f40229fdecbf3c4af07bc4ddbaf | [log] [tgz] |
---|---|---|
author | Maximilian Mader <max@bastelstu.be> | Wed Apr 21 00:22:50 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 21 12:15:14 2021 +0200 |
tree | c07ab725a5f6d629d4f4872e44236d34d0908871 | |
parent | c9c79570d4327a4f74aec9b5263b565aeb9b88fa [diff] |
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.