•  
      request #13479 Cannot download a file associated to a release using the plugin webdav
    Infos
    #13479
    Aurélien Tisné (atisne)
    2022-01-18 10:30
    2019-06-11 16:01
    14588
    Details
    Cannot download a file associated to a release using the plugin webdav
    As a project member, I cannot download a file attached to a release using the webdav plugin. I always get the response:

    <?xml version="1.0" encoding="utf-8"?>
    <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
    <s:exception>Sabre_DAV_Exception_RequestedRangeNotSatisfiable</s:exception>
    <s:message>The file size exceed the authorized limit.</s:message>
    <s:sabredav-version>1.4.4</s:sabredav-version>
    </d:error>

    Even if the file size is small (2 Ko).
    The download works fine using the classic Web UI (showfile of the plugin "file").

    The URL used to download looks like:
    curl --user <user> -O https://myserver.fr/plugins/webdav/myproject/Files/mypackage/myversion/thefile.pdf

    A download using a graphical client (nautilus) gives the same result.
    A download using cadaver https://myserver.fr/plugins/webdav/ (webdav command line client) gives:
    416 Requested Range Not Satisfiable
    Delivery/File release system
    11.2
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2022-01-18
    Attachments
    Empty
    References
    References list is empty

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2022-01-18 10:30

    Thanks for the update!

    I'm guessing it has been fixed when upgrade sabre/dav.


    • Status changed from New to Closed
    • Close date set to 2022-01-18
    User avatar

    The issue is no more here in Tuleap 13.3. The download is ok for a release file and for a document.

    This ticket can be closed.