Servlets:javax.faces.webapp.FacesServlet,、StreamingServlet扩展javax.servlet.http.HttpServlet和ClientServlet扩展org.eclipse.jetty.websocket.WebSocketServlet(ServletContextHandler.java:406)
at org.eclipse.jetty.server.handler.Conte
我正试图从Jetty9.4迁移到11号码头(也许太早了?)以及无法调整设置websockets的代码。我在9.4中实现这一目标的方式如下:HttpConfiguration httpConfig = new HttpConfiguration= new ServletContextHandler(ServletContextHandler.SESSIONS);
/
java.lang.ClassCastException: org.eclipse.jetty.server.HttpConnection cannot be cast to org.eclipse.jetty.server.HttpConnectionat org.eclipse.jetty.websocket.server.WebSocketServerFac