You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upcoming jakarta.websocket.server.ServerContainer.upgradeHttpToWebSocket(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec, Map<String,String> pathParameters)
from jakartaee/websocket#375 has shown industry adoption of this API in other containers.
spring-framework is using this pattern for all other containers (glassfish, tyrus, tomcat, undertow, weblogic, and websphere currently).
We need to implement this all the way back to Jetty 9.4.x.
The text was updated successfully, but these errors were encountered:
joakime
changed the title
Expose Spec ServerContainer.upgrade(HttpServletRequest, HttpServletResponse, ServerEndpointConfig, pathParamMap) API
Expose Spec ServerContainer.upgrade() API
Oct 6, 2021
Jetty version(s)
9.4.x +
Description
The upcoming
jakarta.websocket.server.ServerContainer.upgradeHttpToWebSocket(Object httpServletRequest, Object httpServletResponse, ServerEndpointConfig sec, Map<String,String> pathParameters)
from jakartaee/websocket#375 has shown industry adoption of this API in other containers.
spring-framework is using this pattern for all other containers (glassfish, tyrus, tomcat, undertow, weblogic, and websphere currently).
We need to implement this all the way back to Jetty 9.4.x.
The text was updated successfully, but these errors were encountered: