You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ownCloud Web UI 5.7.0-rc.10
Infinite Scale 2.0.0-beta.7
Steps:
admin shares jpeg file to marie
marie accepts and click "Show context menu" -> "Details"
Actual: 404 because wrong url: https://localhost:9200/remote.php/davphoto.jpg?scalingup=0&preview=1&a=1&c=a8b3ea73902cc1d1781611f30c66a415&x=1200&y=1200 instead of https://localhost:9200/remote.php/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668!d3fb2cf7-2788-4f3c-9d7b-e90642fe463f?scalingup=0&preview=1&a=1&c=a8b3ea73902cc1d1781611f30c66a415&x=1200&y=1200
@kulmann after this error I caught 401 basic auth popups: BUT it doesn't reproduce.
Screen.Recording.2022-08-24.at.17.59.33.mov
The text was updated successfully, but these errors were encountered:
the URL preview is being requested from a remote.php/dav endpoint (which misses a slash, but even with the slash it's wrong). The preview needs to be requested via share jail webdav path, like in the file list. Needs investigation.
the 401 doesn't come from the preview, but there is a GET request to https://host.docker.internal:9200/undefined after the preview request. Needs investigation as well why that happens.
@C0rby in general I have the feeling that malformed requests cause a 401 now instead of a 404 or similar, like before. This leads to the basic auth popups being shown, which is worse than some 404 in the browser console (from a UX perspective). Let's discuss that please 😅
ownCloud Web UI 5.7.0-rc.10
Infinite Scale 2.0.0-beta.7
Steps:
Actual: 404 because wrong url:
https://localhost:9200/remote.php/davphoto.jpg?scalingup=0&preview=1&a=1&c=a8b3ea73902cc1d1781611f30c66a415&x=1200&y=1200
instead ofhttps://localhost:9200/remote.php/dav/spaces/a0ca6a90-a365-4782-871e-d44447bbc668!d3fb2cf7-2788-4f3c-9d7b-e90642fe463f?scalingup=0&preview=1&a=1&c=a8b3ea73902cc1d1781611f30c66a415&x=1200&y=1200
@kulmann after this error I caught 401 basic auth popups: BUT it doesn't reproduce.
Screen.Recording.2022-08-24.at.17.59.33.mov
The text was updated successfully, but these errors were encountered: