github.com/cs3org/reva/v2@v2.27.7/changelog/2.0.0_2022-03-03/fix-webdav-copy-zero-byte-file.md (about)

     1  Bugfix: Fix webdav copy of zero byte files
     2  
     3  We've fixed the webdav copy action of zero byte files, which was not performed
     4  because the webdav api assumed, that zero byte uploads are created when initiating
     5  the upload, which was recently removed from all storage drivers. Therefore the 
     6  webdav api also uploads zero byte files after initiating the upload.
     7  
     8  https://github.com/cs3org/reva/pull/2374
     9  https://github.com/cs3org/reva/pull/2309