-
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 to dav endpoints without remote.php
returns 405 method not allowed
#6954
Comments
remote.php
in endpointremote.php
returns 405 method not allowed
Honestly, I'm not sure if this is a bug. I haven't found any Webdav request in web without I just see that the tests use endpoint without maybe we need change it? cc @saw-jan @individual-it |
If the dev team won't be fixing |
Tested for spaces endpoints:
|
According to the discussion in #7104 (comment), this issue is closed. |
This is a different issue than issues #7104 and #7096 REPORT requests with |
Describe the bug
When making API request to search a file by tag and not using
remote.php
in the destination URL, then we get the following results:new
andold
dav path version it returns status code405
spaces
dev path version it returns files only from personal spacesSteps to reproduce
Steps to reproduce the behavior:
personalFile.txt
in personal spaceProject
space.txt
inside project spaceProject
tag1
in both filepersonalFile.txt
andspace.txt
tag1
with following curl command in different dav path version:for old dav path version:
for new dav path version:
for spaces dav path version:
Expected behavior
The expected response should be same as using
remote.php
in the endpointfor old dav path version:
for new dav path version:
for spaces dav path version:
Actual behavior
for old dav path version:
for new new path version:
for spaces new path version:
The text was updated successfully, but these errors were encountered: