-
Notifications
You must be signed in to change notification settings - Fork 187
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
REPORT request return multi-status 207 even there is no personal-space-id
in space dav-path-version endpoint
#7104
Comments
I think, this is the expected behavior. Web also makes use of this. |
Yes, that expected. |
It depends whether we want to have tests with |
Also, I noticed that there is no difference in using |
If using spaces id gives same result (if expected to be) then I think we have to refactor it in the tests also. |
That is mess 😭
so the developers cut off everything beyond |
My suggestion:
change api test for using REPORT https://localhost:9200/remote.php/dav/spaces/ request without |
Describe the bug
When making a report request without having
personal-spaces-id
on the endpoint, it returns a response of multi-status 207 result.This bug also occurs while sharee do report request and there is no
sharee-personal-space-id
at the endpoint. That also returns multi-status 207.Steps to reproduce
Steps to reproduce the behavior:
einstein
, created a filefile.txt
einstein
, search resources usingfile
through APIExpected behavior
There should be a return 404 status code
Actual behavior
without einstein-personal-space-id in the endpoint
The text was updated successfully, but these errors were encountered: