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

WebDAV delete doesn't work id-based #9619

Closed
JammingBen opened this issue Jul 16, 2024 · 1 comment
Closed

WebDAV delete doesn't work id-based #9619

JammingBen opened this issue Jul 16, 2024 · 1 comment
Assignees
Labels

Comments

@JammingBen
Copy link
Contributor

JammingBen commented Jul 16, 2024

Describe the bug

Deleting a file via an id-based webdav request doesn't work.

Steps to reproduce

  1. Create a resource
  2. Delete that resource via a webdav DELETE request: https://localhost:9200/remote.php/dav/spaces/{fileId}

Expected behavior

The file is being deleted. According to #6526 (comment) this should work.

Actual behavior

The server responds with 405 Method Not Allowed.

@JammingBen
Copy link
Contributor Author

Fixed via cs3org/reva#4771.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant