--- old+++ new@@ -1 +1,8 @@-It is somehow related to the double slashes in the URL. Might be solvec nginx with merge_slashes on;+It is somehow related to the double slashes in the URL. "merge_slashes on" doesn't help.++e.g.:+https://forge.codesys.com/drv/spi-temperature/code/10/tree/trunk/+... works, while:+https://forge.codesys.com/drv/spi-temperature/code/10/tree//trunk/+... doesn't.+
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Diff:
Finally solved by rewriting instead of collapsing slashes.