-
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
PROPFIND to https://localhost:9200/remote.php/dav/files gets an error 500 response #751
Comments
[tests-only] bug demonstration scenario for #751
Michael Barz commented: It should return 405 |
Alex Unger commented: it also happens without basic auth:
|
Alex Unger commented: so the panic comes from Reva:
|
Alex Unger commented: getting to the bottom of it whenever the request to the webdav api on reva doesn't contain any file it panics, we should return |
Alex Unger commented: applying the following patch to reva does return
|
Alex Unger commented: PR opened against cs3org/reva => cs3org/reva#1320 |
Jörn Friedrich Dreyer commented: verifying that 405 is what clients should expect:
|
Benedikt Kulmann commented: On an updated ocis.owncloud.works I get this in the logs when trying to log in with the iOS app:
|
Alex Unger commented: fixed on 1320 already merged |
Alex Unger commented: The previous update was pulling the wrong version. Here is a fix: #957 |
curl -v -k -u richard:superfluidity -X PROPFIND https://localhost:9200/remote.php/dav/files
=>HTTP/1.1 500 Internal Server Error
ocis logs:
The text was updated successfully, but these errors were encountered: