Skip to content

Fix 500 error when group name ends with git

Dmytro Zaporozhets (DZ) requested to merge dz-fix-500-group-git into master

What does this MR do?

Use ' instead of " in regex string. This will prevent invalid regular expression

Why was this MR needed?

Fix 500 error when group name ends with git

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-com/support-forum/issues/1298, https://gitlab.com/gitlab-org/gitlab-ce/issues/24742

Merge request reports