Skip to content

Resolve "GitLab returns 500 when maven package metadata validation regex fails"

What does this MR do?

Right now we return 500 error if a user tries to upload a maven package with an invalid version like $%123. This commit will rescue exception and return 400 error.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8793

Does this MR meet the acceptance criteria?

Edited by Dmytro Zaporozhets (DZ)

Merge request reports