Select Git revision
Forked from
GitLab.org / GitLab FOSS
Source project has a limited visibility.
-
Wouter D'Haeseleer authored
Let's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"
Wouter D'Haeseleer authoredLet's assume your path is = "project/tree/master/This%20Is%20valid" In this case gitlab renders a 404. To fix this we should decode the path so that it looks like "project/tree/master/This Is valid"