commit | 9982fc2bbdbc20cd3a5eac7bf3b1a20ba759c7a7 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Thu Apr 15 21:45:59 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 19 09:05:57 2021 +0200 |
tree | 79c5e3d52fdc88a2b21a812696f481151812a166 | |
parent | d371e99d1c64744b906a5c9970b8a7d35bf08ae8 [diff] |
MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri This normalizer merges `../` path segments with the predecing segment, removing both the preceding segment and the `../`. Empty segments do not receive special treatment. The `merge-slashes` normalizer should be executed first. See GitHub Issue #714.