-
Notifications
You must be signed in to change notification settings - Fork 189
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
Different propfind response compared with core #1302
Comments
can you add a test for it ? |
looks like the attributes that are returned by default are not the same ones in OCIS than OC 10. minor issue I think, unless it breaks many existing tests |
Breaks many tests because the format of the properties is different than that in core
|
For some of that stuff we need to make the tests more flexible.
|
There are two lines in the expecated failures file:
They fail because oCIS returns @phil-davis, can the test be adjusted to also accept mime types with parameters? |
Is the rule just that the expected value starts with or I can check that the response contains either exactly |
It is easy to check for a string starting with |
Description
Core
Request:
curl -X PROPFIND http://localhost/core1/remote.php/dav/files/admin/welcome.txt -u admin:admin | xmllint --format -
Response:
ocis
Request:
curl -s -u user0:123456 -X PROPFIND http://localhost:9140/remote.php/webdav/hari.txt | xmllint --format -
Response:
As you can see, we don't get
oc:permissions
in response forcore
The text was updated successfully, but these errors were encountered: