API project/:id namespace error
Created by: lkoenigsberger
Following problem if I want to access my project over the api with this url:
http://example.com/api/v3/projects/user%2Fproject?private_token=XXX
I get a 404 not found error, but if I access the project through the project id it works
http://example.com/api/v3/projects/2?private_token=XXX
I`m using GitLab 7.10.1