•  
      request #18456 Webdav plugin should expose URLs compliant with WebDav protocol
    Infos
    #18456
    Manuel Vacelet (vaceletm)
    2020-12-18 17:10
    2020-12-15 09:29
    20001
    Details
    Webdav plugin should expose URLs compliant with WebDav protocol

    Strict WebDav clients cannot connect to Tuleap webdav server when it's configured as a sub-url of the main domain name (eg. https://tuleap.example.com/plugins/webdav as opposed to https://webdav.tuleap.example.com) this is due to the old way of managing URLs based on apache/nginx locations that mandate the final / on the location.

    This is legacy and thankfully, nowadays it's no longer mandatory as we can define our own URL scheme with fastroute (request #13030).

    Thanks to front router, when WebDav is configured to run on main domain name, the url should no longer be customizable (ie it will be fixed to /webdav prefix) and it will be served by front router.

    This fix compatibility with nautilus.

    Doc/Documentation manager
    Empty
    Empty
    • [x] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Manuel Vacelet (vaceletm)
    Closed
    2020-12-18
    Attachments
    Empty
    References

    Follow-ups