Skip to content

[Apache] Keep slashes encoded for API #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 30, 2014
Merged

Conversation

GromNaN
Copy link
Contributor

@GromNaN GromNaN commented Jun 26, 2014

If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME
is URL-encoded, eg. /api/v3/projects/diaspora%2Fdiaspora
(where / is represented by %2F).

http://doc.gitlab.com/ce/api/projects.html#get-single-project

@GromNaN GromNaN changed the title (Apache) Keep slashes encoded for the API (Apache) Keep slashes encoded for API Jun 26, 2014
@GromNaN GromNaN changed the title (Apache) Keep slashes encoded for API [Apache] Keep slashes encoded for API Jun 26, 2014
@axilleas
Copy link
Contributor

Thanks :)
We have 4 files for apache configs. Apache2.2 [ssl, non-ssl] and Apache2.4 [ssl, non-ssl]. Could you maybe add this option to the other files as well?

> If using namespaced projects call make sure that the NAMESPACE/PROJECT_NAME
> is URL-encoded, eg. /api/v3/projects/diaspora%2Fdiaspora
> (where / is represented by %2F).
http://doc.gitlab.com/ce/api/projects.html#get-single-project
@GromNaN
Copy link
Contributor Author

GromNaN commented Jun 30, 2014

Modification made in the 4 files.

@axilleas
Copy link
Contributor

Awesome! Thanks a lot!

axilleas added a commit that referenced this pull request Jun 30, 2014
[Apache] Keep slashes encoded for API
@axilleas axilleas merged commit 079f70d into gitlabhq:master Jun 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants