Skip to content

Prevent double encoding of archive URL (Apache config)

GromNaN requested to merge GromNaN/gitlab-recipes:apache-archive into master

When getting an archive from the API, the ID can be NAMESPACE/PROJECT_NAME

http://gitlab.mycompany.com/api/v3/projects/foo%2Fbar/repository/archive.zip

The Apache option "NE" avoids double encoding of the %2F

The complete description of my issue is here: https://gitlab.com/gitlab-org/gitlab-ce/issues/3650

Merge request reports