https://issues.apache.org/bugzilla/show_bug.cgi?id=55400
Bug ID: 55400 Summary: WsFilter not compatible with async sample applications Product: Tomcat 8 Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: WebSocket Assignee: dev@tomcat.apache.org Reporter: jboy...@apache.org $ output/build/bin/catalina.sh run http://localhost:8080/examples/async/async0 java.lang.IllegalStateException: Not supported. org.apache.catalina.connector.Request.startAsync(Request.java:1621) org.apache.catalina.connector.Request.startAsync(Request.java:1614) org.apache.catalina.connector.RequestFacade.startAsync(RequestFacade.java:1033) async.Async0.service(Async0.java:44) javax.servlet.http.HttpServlet.service(HttpServlet.java:728) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:91) org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108) I'm not sure if this filter supports Async or whether it should not be applied for these Servlets. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org