-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix webdav copy for zero byte files (#2374)
- Loading branch information
Showing
2 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Bugfix: Fix webdav copy of zero byte files | ||
|
||
We've fixed the webdav copy action of zero byte files, which was not performed | ||
because the webdav api assumed, that zero byte uploads are created when initiating | ||
the upload, which was recently removed from all storage drivers. Therefore the | ||
webdav api also uploads zero byte files after initiating the upload. | ||
|
||
https://github.com/cs3org/reva/pull/2374 | ||
https://github.com/cs3org/reva/pull/2309 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters