Description
Gitea Version
Git Version
2.30.2 (not relevant?)
Operating System
Debian GNU/Linux 11
How are you running Gitea?
local development via make
Database
SQLite
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Description
Release 1.15.8 might contain a regression. At Codeberg.org we were made aware by users that a trailing slash in the URL leads to a simple "404 page not found" now, breaking some links on the site. If this route is no longer to be used, a forward would be a good option instead.
I made a bisect:
3a77465e4ed252f5d92da12321613328b30b941c is the first bad commit
commit 3a77465e4ed252f5d92da12321613328b30b941c
Author: zeripath <[email protected]>
Date: Thu Dec 16 23:03:20 2021 +0000
Prevent double decoding of % in url params (#17997) (#18001)
So 3a77465 (#17997) (#18001) are relevant.
Screenshots
No response