Closed
Description
Brian Clozel opened SPR-11914 and commented
Since UNDERTOW-224, the constructor of the ServletWebSocketHttpExchange class was updated with an additional argument.
Developers trying the first beta versions face the following issue:
Caused by: org.springframework.web.socket.sockjs.SockJsException: Uncaught failure in SockJS request, uri=http://localhost:8080/frontend/track/491/xe9k638d/websocket; nested exception is org.springframework.web.socket.sockjs.SockJsTransportFailureException: WebSocket handshake failure; nested exception is java.lang.NoSuchMethodError: io.undertow.servlet.websockets.ServletWebSocketHttpExchange.<init>(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
at org.springframework.web.socket.sockjs.support.SockJsHttpRequestHandler.handleRequest(SockJsHttpRequestHandler.java:91) [spring-websocket-4.0.5.RELEASE.jar:4.0.5.RELEASE]
at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:51) [spring-webmvc-4.0.4.RELEASE.jar:4.0.4.RELEASE]
As of this issue, the release date of Undertow 1.1 is not yet scheduled.
Affects: 4.0.5
Issue Links:
- Support for Undertow 1.1 / WildFly 8.2 [SPR-12302] #16836 Support for Undertow 1.1 / WildFly 8.2
- Create a new UndertowXhrTransport [SPR-12008] #16624 Create a new UndertowXhrTransport
Referenced from: commits 73267d7
1 votes, 4 watchers