github.com/cs3org/reva/v2@v2.27.7/changelog/1.2.0_2020-08-25/webdav-move-prefix.md (about) 1 Bugfix: Handle redirection prefixes when extracting destination from URL 2 3 The move function handler in ocdav extracts the destination path from the URL by 4 removing the base URL prefix from the URL path. This would fail in case there is 5 a redirection prefix. This PR takes care of that and it also allows zero-size 6 uploads for localfs. 7 8 https://github.com/cs3org/reva/pull/1111