Are failed deletes returning 200 working as intended #1713
Unanswered
jaxoncreed
asked this question in
Q&A
Replies: 1 comment
-
That would be a bug yes, but I tried this on a local instance and couldn't reproduce. The file was removed and I got a 205 as response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Without looking too closely at the LDP spec, I'm unsure if this is intended behavior. Performing a delete resource on a file in a folder with all permissions set to "Public" will not delete the resource, but also return status 200. I would think that it should either succeed at the delete or return 401.
For example, try doing this request:
If this is, in fact, a bug. I'll open a report.
Beta Was this translation helpful? Give feedback.
All reactions