-
Notifications
You must be signed in to change notification settings - Fork 184
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
calls return different remoteId for the same file in Shares space
#8455
Comments
AFAICT this is might be caused by the server returnig multiple entries with the same href in random order when a file has been received in with multiple shares. Tracked in #8080 |
No. This is unrelated. The PROPFIND on the sharejail root returns the ids of the shared items inside the sharejail: The PROPFIND on of the items inside the sharejail returns the resourceIDs of the shared item. Whether this is a bug. Or this is done on purpose I don't know yet. |
any new here? i've tested with latest stuff
id of a folder in the root of shares jail:
id of the same folder but browsing inside (PROPFIND to its content)
well, it seems to be closer to the expected behaviour above but it's not the same yet. This problem is blocking owncloud/android#4302 |
Unfortunately no. I don't think anybody is currently actively working on this. Though AFAIK the current behavior for the ids (which is implemented in the share-storageprovider) is the way it is because of some weird requirement of the WOPI service. But this needs more investigation. @micbar Should this get some priority? |
Describe the bug
I have an oCIS account with a folder (
/test
) shared with me, so that it appears in my Shares space.When I perform a
PROPFIND
to the root folder (/
) of the Shares space, the remoteId of the/test
folder following the response, is:When I perform a
PROPFIND
to the/test
folder, the remoteId of the/test
folder following the response, is:Two different IDs for the same folder!
Steps to reproduce
PROPFIND
request to the root folder in Shares spacePROPFIND
request to the child folder of the root folder in Shares spacePROPFIND
to the root folder (need to replace XXXX by a valid token):PROPFIND
to the/test
folder (need to replace XXXX by a valid token):Expected behavior
Same ID for the same folder in both
PROPFIND
responses to keep consistency.Actual behavior
Different ID for the same folder depending on the
PROPFIND
performed.Setup
I'm using
ocis-traefik.latest
, redirected from https://ocis.owncloud.works:The text was updated successfully, but these errors were encountered: