-
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
Propfind on empty "Share" reports no etag #5591
Comments
PROPFIND to empty shares jail gives the etag (maybe was fixed in cs3org/reva#3681) curl -XPROPFIND https://192.168.56.1:9200/dav/spaces/<shares-space-id>/ -uadmin:admin -vk <d:multistatus
xmlns:s="http://sabredav.org/ns"
xmlns:d="DAV:"
xmlns:oc="http://owncloud.org/ns">
<d:response>
<d:href>/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668/</d:href>
<d:propstat>
<d:prop>
<oc:id>a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668!a0ca6a90-a365-4782-871e-d44447bbc668</oc:id>
<oc:fileid>a0ca6a90-a365-4782-871e-d44447bbc668$a0ca6a90-a365-4782-871e-d44447bbc668!a0ca6a90-a365-4782-871e-d44447bbc668</oc:fileid>
<oc:spaceid>a0ca6a90-a365-4782-871e-d44447bbc668</oc:spaceid>
<oc:shareid></oc:shareid>
<d:getetag>"DECAFC00FEE"</d:getetag>
<oc:permissions></oc:permissions>
<d:resourcetype>
<d:collection/>
</d:resourcetype>
<oc:size>0</oc:size>
<oc:favorite>0</oc:favorite>
</d:prop>
<d:status>HTTP/1.1 200 OK</d:status>
</d:propstat>
<d:propstat>
...
</d:propstat>
</d:response>
</d:multistatus> |
Yes, this issue was supposedly fixed. However, I've recently encountered it on https://infinite.owncloud.com/. |
infinite.owncloud.com runs on 4.0.x, not fixed there. Would that be a critial backport? |
Not critical, but it might result in a different polling behaviour. |
The text was updated successfully, but these errors were encountered: