Skip to content

Fix for import URL URI problem when URL contains a space

James Lopez requested to merge fix/import-url-uri-issue into master

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17559

Prevents an already encoded URL to be encoded again - preventing %8.5 => %25%20

Merge request reports