jetty.project/jetty-core/jetty-websocket
Simone Bordet 2c74d93c56
Fixes #9550 - Jetty 12 - Flaky test WebSocketProxyTest.testEcho (#9553)
The fix is to make WebSocketUpgradeHandler.invocationType=BLOCKING, because the current semantic of the Jetty WebSocket APIs is that it is possible to call blocking APIs from within WebSocket event handler methods.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
2023-04-04 15:42:12 +02:00
..
jetty-websocket-core-client ensure the WebSocketConnection is set on the WebSocketCoreSession 2023-02-17 14:05:48 +11:00
jetty-websocket-core-common Jetty 12 - Remove ISO-8859-1 fallback decoding during UTF-8 decoding (#9507) 2023-04-04 10:57:07 +02:00
jetty-websocket-core-server Fixes #9391 - port/move Jetty WebSocket APIs, client and server to je… (#9469) 2023-03-24 19:42:51 +01:00
jetty-websocket-core-tests Jetty 12 - Remove ISO-8859-1 fallback decoding during UTF-8 decoding (#9507) 2023-04-04 10:57:07 +02:00
jetty-websocket-jetty-api Fixes #9391 - port/move Jetty WebSocket APIs, client and server to je… (#9469) 2023-03-24 19:42:51 +01:00
jetty-websocket-jetty-client Fixes #9391 - port/move Jetty WebSocket APIs, client and server to je… (#9469) 2023-03-24 19:42:51 +01:00
jetty-websocket-jetty-common Fixes #9391 - port/move Jetty WebSocket APIs, client and server to je… (#9469) 2023-03-24 19:42:51 +01:00
jetty-websocket-jetty-server Fixes #9550 - Jetty 12 - Flaky test WebSocketProxyTest.testEcho (#9553) 2023-04-04 15:42:12 +02:00
jetty-websocket-jetty-tests Turn off stacktrace logging for testFailServerUpgrade testcase 2023-03-29 14:54:26 -05:00
pom.xml Fixes #9391 - port/move Jetty WebSocket APIs, client and server to je… (#9469) 2023-03-24 19:42:51 +01:00