Trying an upgrade to the just released Jetty 9.3.4 GA, we have several WebSocket integration tests in spring-websocket failing on our end.
Most of them are failing because they're using our Jetty WebSocket client support to test various server support implementations.
The actual failures are in JettyWebSocketClientTests - NPEs are thrown because the Session.getUpgradeRequest information is not available when the standard OnWebSocketConnect callback method is executed.
Juergen Hoeller opened SPR-13564 and commented
Trying an upgrade to the just released Jetty 9.3.4 GA, we have several WebSocket integration tests in
spring-websocket
failing on our end.Most of them are failing because they're using our Jetty WebSocket client support to test various server support implementations.
The actual failures are in
JettyWebSocketClientTests
- NPEs are thrown because theSession.getUpgradeRequest
information is not available when the standardOnWebSocketConnect
callback method is executed.This has been reported in Jetty's issue tracker with issue #479584
Affects: 4.2.1
Referenced from: commits 2e5ddef
The text was updated successfully, but these errors were encountered: