forgejo/routers/common
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
..
auth.go feat: add pronoun privacy option (#6773) 2025-02-15 13:07:15 +00:00
compare.go feat(api): implement branch/commit comparison API (#30349) 2024-04-21 11:58:18 +02:00
db.go [PORT] Refactor the DB migration system slightly (gitea#32344) 2024-11-03 17:00:48 +01:00
errpage.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
errpage_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.64.6 (forgejo) (#7118) 2025-03-04 21:38:35 +00:00
markup.go fix: Preview picture not visible on Markdown file (#5781) 2024-11-23 15:00:18 +00:00
middleware.go fix: use correct input for strip slashes middleware (#7295) 2025-03-22 16:49:05 +00:00
middleware_test.go fix: use correct input for strip slashes middleware (#7295) 2025-03-22 16:49:05 +00:00
redirect.go Use fetch to send requests to create issues/comments (#25258) 2023-06-16 06:32:43 +00:00
serve.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00