github.com/cs3org/reva/v2@v2.27.7/changelog/1.14.0_2021-10-12/webdav-upload-return-code.md (about)

     1  Bugfix: Fix return code for webdav uploads when the token expired
     2  
     3  We've fixed the behavior webdav uploads when the token expired before the final stat.
     4  Previously clients would receive a http 500 error which is wrong, because the file
     5  was successfully uploaded and only the stat couldn't be performed. Now we return a http 200
     6  ok and the clients will fetch the file info in a separate propfind request.
     7  
     8  Also we introduced the upload expires header on the webdav/TUS and datagateway endpoints, to signal clients how long an upload can be performed.
     9  
    10  https://github.com/cs3org/reva/pull/2151