#19 Source Browser: revisioned content is not shown

closed
nobody
None
2020-02-08
2018-07-28
Ingo
No

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.

Discussion

  • Admin

    Admin - 2018-09-01
    • Description has changed:

    Diff:

    --- 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.
    +
    
     
  • Ingo

    Ingo - 2019-03-05
    • status: open --> closed
     
  • Ingo

    Ingo - 2019-03-05

    Finally solved by rewriting instead of collapsing slashes.

     

Log in to post a comment.