-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
client validation of websocket upgrade response #3462
Comments
This seems to be a problem with subprotocol as well, the client will accept a subprotocol which it did not request. For the sending of the response on the server side the, logic seems to be wrong |
Signed-off-by: lachan-roberts <lachlan@webtide.com>
Signed-off-by: lachan-roberts <lachlan@webtide.com>
…otocol Signed-off-by: lachan-roberts <lachlan@webtide.com>
…ry time Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…cketclient-validation Issue #3462 - websocket upgrade request valdiation
the websocket client does not fail websocket connection on receiving an upgrade response which includes an extension which it did not request
RFC6455
https://tools.ietf.org/html/rfc6455#section-4.1
In my testing of #3460 I managed to put an unrequested extension in the upgrade response with no error from the client. This was tested on jetty 10.0.x but may be an issue on 9.4.x as well.
The text was updated successfully, but these errors were encountered: