Skip to content

Fix Apache 400 error on percent encoded URLs

As discussed in !47 (comment 4406048), a leftover [OR] flag caused Apache to fail silently when percent encoded paths like https://git.example.com/User/example/tree/master/test%20folder were requested.

The flag has been removed; the resulting configuration is confirmed to be working properly on at least two affected GitLab instances.

Merge request reports