mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-30 17:07:36 -04:00
changePath cleared RawPath whenever it equalled url.Path, which discarded a valid non-canonical percent-encoding produced by a replacement. This compare `RawPath` against the default escaping of Path instead.