mirror of
https://github.com/caddyserver/caddy.git
synced 2026-07-26 09:48:34 +02:00
c96bca1269
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.