gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Avoid 500 panic error when uploading invalid maven package file

Open wxiaoguang opened this issue 9 months ago • 0 comments

PackageDescriptor.Metadata might be nil (and maybe not only for maven). This is only a quick fix.

The new if block is written intentionally to avoid unnecessary indenting to the existing code.

wxiaoguang avatar May 18 '24 12:05 wxiaoguang