Commit fd4bcd9f09305c057e91a4f791c74d00da9ac143
1 parent
e6c0673e
Exists in
master
and in
4 other branches
Fixing request.fullpath URL encoding
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"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats