Skip to content

Ensure users can't create environments with leading or trailing slashes (Fixes #39885)

Dylan Griffith requested to merge DylanGriffith/gitlab-ce:issue-39885 into master

What does this MR do?

Fixes #39885 (closed)

Are there points in the code the reviewer needs to double check?

Figure out how to handle existing environments that are now invalid. Is this going to be an issue for people updating their own gitlab instances?

Why was this MR needed?

To ensure that future environments created with a leading slash do not break the environments page.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#39885 (closed)

Edited by Dylan Griffith

Merge request reports