-
Notifications
You must be signed in to change notification settings - Fork 155
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
Loading of avatars fails with 500 error #4610
Comments
Just saw that the avatar URL has a double slash: Removing one slash manually and resending the request makes it return with a 404 (which might be because the user I tested with has no avatar). Anyhow, 404 is much better than 500. |
500 should not be returned anyway, if the client sends a wrong request the server should not return 500 ToDo QA-team:
|
the topbad changes issue is tracked in #4610
for me |
the topbad changes issue is tracked in #4610
Steps to reproduce
Expected behaviour
500 error should not happen
Actual behaviour
GET https://cloudurl.com//remote.php/dav/avatars/username/128.png fails with 500 status
Browser log
The text was updated successfully, but these errors were encountered: