Naman Jagdish Gala
authored
In cases where namespace_in_path is enabled and the host URL is duplicated in the URL path, users were being redirected to a malformed URL. This fix ensures that only the namespace is selected without including the forward slash (/), preventing unwanted URL redirects. Related: https://gitlab.com/gitlab-org/gitlab/-/issues/440465+ Changelog: fixed