go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
45.08k stars 5.49k forks source link

500 Internal Server Error when creating new pull request #9246

Closed fatjola closed 4 years ago

fatjola commented 4 years ago

Description

Not escaping single quotes in Pull Request Title

Screenshots

image

image

jolheiser commented 4 years ago

What version of Gitea are you using? Gives me a 500 page and I don't even look at it. Nevermind me.
This is not reproducible on try, and iirc this was introduced and fixed between releases.
It would be a XORM bug that has since been patched. (assuming this is the same issue I remember)

fatjola commented 4 years ago

~What version of Gitea are you using?~ Gives me a 500 page and I don't even look at it. Nevermind me. This is not reproducible on try, and iirc this was introduced and fixed between releases. It would be a XORM bug that has since been patched. (assuming this is the same issue I remember)

Gitea Version 1.10.0+dev-325-gb19db40ea built with GNU Make 4.2.1, go1.13 : bindata, sqlite, sqlite_unlock_notify

jolheiser commented 4 years ago

This was fixed by #8286