caddy/modules/caddyhttp/rewrite
Saleh c96bca1269
rewrite: preserve non-canonical path encoding after uri replace (#7907)
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.
2026-07-26 08:49:44 +10:00
..
caddyfile.go chore: Dumb `prealloc` lint fix (#7430) 2026-01-13 14:13:43 -05:00
rewrite.go rewrite: preserve non-canonical path encoding after uri replace (#7907) 2026-07-26 08:49:44 +10:00
rewrite_test.go rewrite: preserve non-canonical path encoding after uri replace (#7907) 2026-07-26 08:49:44 +10:00