github.com/cs3org/reva/v2@v2.27.7/changelog/1.16.0_2021-11-19/fix-webdav-mkcol-deny-recursive.md (about) 1 Bugfix: Fix status code for WebDAV mkcol requests where an ancestor is missing 2 3 We've fixed the status code to 409 according to the WebDAV standard for MKCOL 4 requests where an ancestor is missing. Previously these requests would fail 5 with an different error code (eg. 500) because of storage driver limitations 6 (eg. oCIS FS cannot handle recursive creation of directories). 7 8 https://github.com/owncloud/ocis/issues/2767 9 https://github.com/cs3org/reva/pull/2293