-
Notifications
You must be signed in to change notification settings - Fork 671
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
[2.6] Make sharing more robust with empty pre-sharing PROPFIND response #7877
Comments
@michaelstingl any progress? |
This will make it into 2.7 or 2.7.1 ... |
@labkode @diocas @moscicki You can check the fix with tomorrows daily builds (https://download.owncloud.com/desktop/daily/?sort=time&order=desc) |
@michaelstingl @hodyroff expected behaviour with 2.7.0 is the screenshot on the right side, correct? |
@jnweiger no. Right screenshot shows the error that prevents sharing. Can only be reproduced in @labkode ‘s Infrastructure. 2.7 allows sharing, even when response is empty. Can you confirm @labkode ? /cc @SamuAlfageme |
2.7 works when the response is empty, yes. |
Starting with 2.6.x, ownCloud Desktop Sync Client relies on a
PROPFIND
to pre-populate the sharing UI. In cases thePROPFIND
response is empty, sharing window can't be shown.PROPFIND
responseRegular 10.4.1 pre-sharing
PROPFIND
Request
(New endpoint:
/remote.php/dav/files/test/Photos
)Response
Empty pre-sharing
PROPFIND
Request
(Old endpoint:
remote.php/webdav/home/Photos
)Response
Tested with:
Mozilla/5.0 (Macintosh) mirall/2.6.3-daily20200518 (build 13644) (testpilotcloud)
The text was updated successfully, but these errors were encountered: