-
Notifications
You must be signed in to change notification settings - Fork 305
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
GET request to /sharing (with no parameters) crashes the server #1764
Comments
Thanks. Yes you are right |
That fixes it for the GET request. It seems the same issue is also in POST requests, sending it with empty GET variables also stops the server. |
What do you mean by |
A POST request to the server with an empty body also seems to trigger the same issue. I was confused about where the post request was getting the variables from, sorry about that. |
Tested on 5.7.8 and On 5.7.9-beta running in a docker container.
Fetching the URL https://localhost:8443/sharing (with no parameters) causes the server to crash with the following output on the console:
It looks like the sharing-request handler is missing input validation to make sure all the expected parameters are present.
The text was updated successfully, but these errors were encountered: