Gitea: Error 500 in Release section if commit message contains ')' character

Created on 24 May 2017  ·  3Comments  ·  Source: go-gitea/gitea

Description

I receive an erropr 500 if I head over to the release section of some repositories. To reproduce:

  • Create a new repo
  • Commit something and let the commit message contain a ')' character in the first line
  • Create a tag for this commit (i.e. a new gitea release)
  • Jump over to the release section -> you receive the error 500

This issue exists since the fix for #1664 (Pull request #1670)

Most helpful comment

@appleboy maybe you could take a look.

All 3 comments

@appleboy maybe you could take a look.

Seems to be working fine on latest master. @mirhec can you confirm that?

Yes, seems to be fixed, I will close it.

Was this page helpful?
0 / 5 - 0 ratings