-
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 status code for WebDAV mkcol requests where an ancestor is missing (
- Loading branch information
Showing
2 changed files
with
59 additions
and
10 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 status code for WebDAV mkcol requests where an ancestor is missing | ||
|
||
We've fixed the status code to 409 according to the WebDAV standard for MKCOL | ||
requests where an ancestor is missing. Previously these requests would fail | ||
with an different error code (eg. 500) because of storage driver limitations | ||
(eg. oCIS FS cannot handle recursive creation of directories). | ||
|
||
https://github.com/owncloud/ocis/issues/2767 | ||
https://github.com/cs3org/reva/pull/2293 |
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