Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix status code for WebDAV mkcol requests where an ancestor is missing #2293

Merged
merged 1 commit into from
Nov 19, 2021
Merged

fix status code for WebDAV mkcol requests where an ancestor is missing #2293

merged 1 commit into from
Nov 19, 2021

Conversation

wkloucek
Copy link
Contributor

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).

Fixes owncloud/ocis#2767

@labkode labkode merged commit 7cfc6d3 into cs3org:master Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error 500 when using rclone with ocis
2 participants