forgejo/routers
Gusted cff284fdc3 fix: use correct input for strip slashes middleware (#7295)
- The router must use the escaped path in order to ensure correct functionality (at least, that is what they say). However `req.URL.Path` shouldn't be set to the escaped path, which is fixed in this patch.
- Simplify the logic and no longer try to use `rctx.RoutePath`, this is only useful if the middleware was placed after some routing parsing was done.
- Resolves forgejo/forgejo#7294
- Resolves forgejo/forgejo#7292
- Add unit test

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7295
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-22 16:49:05 +00:00
..
api Include platform information on rubygems compact index API #6507 (#7257) 2025-03-19 11:28:55 +00:00
common fix: use correct input for strip slashes middleware (#7295) 2025-03-22 16:49:05 +00:00
install Drop SSPI auth support and more Windows files (#7148) 2025-03-08 00:43:41 +00:00
private Drop SSPI auth support and more Windows files (#7148) 2025-03-08 00:43:41 +00:00
utils [PORT] drop utils.IsExternalURL (and expand IsRiskyRedirectURL tests) (#3167) 2024-04-15 13:03:08 +00:00
web perf: optimize converting releases to feed items (#7221) 2025-03-17 09:00:34 +00:00
init.go Revert "Open telemetry integration (#3972)" 2024-08-07 11:22:43 +02:00