We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did an upgrade to gitea 1.20.1 (from 1.19.x) and now I'm facing the issue with WebUI - it's returning 404 when branch name contains #.
#
Link contains unescaped # ( ...branch#130... ) - it could cause the problem 🤔
...branch#130...
It's pretty severe bug bcs we are using reference of issue in branch name, so almost every branch has # in it's name 🙈
1.20.1
No
No response
Debian 11
Built from source, run by systemd, proxied by external nginx.
PostgreSQL
The text was updated successfully, but these errors were encountered:
Same here, problem is still present on latest dev commit.
Sorry, something went wrong.
Should be fixed when #25875 is backported.
Closed as #26103 merged.
No branches or pull requests
Description
I did an upgrade to gitea 1.20.1 (from 1.19.x) and now I'm facing the issue with WebUI - it's returning 404 when branch name contains
#
.Link contains unescaped
#
(...branch#130...
) - it could cause the problem 🤔It's pretty severe bug bcs we are using reference of issue in branch name, so almost every branch has
#
in it's name 🙈Gitea Version
1.20.1
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Debian 11
How are you running Gitea?
Built from source, run by systemd, proxied by external nginx.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: