-
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
Jetty 12: WebSocket hangs when ServerEndpointConfig.Configurator.getEndpointInstance() throws #9412
Labels
Bug
For general bugs on Jetty side
Comments
lorban
added a commit
that referenced
this issue
Mar 2, 2023
…ntiated Signed-off-by: Ludovic Orban <[email protected]>
But the catch block is missing a call to |
lorban
added a commit
that referenced
this issue
Mar 2, 2023
…e instantiated Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 2, 2023
… instantiated Signed-off-by: Ludovic Orban <[email protected]>
Both EE9 and EE10 suffer from this bug. |
lorban
added a commit
that referenced
this issue
Mar 6, 2023
…e instantiated Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 6, 2023
… instantiated Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 8, 2023
…e instantiated Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Mar 8, 2023
… instantiated Signed-off-by: Ludovic Orban <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12
Description
Must verify that a proper upgrade request is replied timely (i.e. no blocking or such) when
ServerEndpointConfig.Configurator.getEndpointInstance()
throwsInstantiationException
.Currently, the exception is caught by
JakartaWebSocketCreator
andnull
is returned, which eventually blocks intoWebSocketUpgradeFilter
because the callback is not completed.The text was updated successfully, but these errors were encountered: