You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/10 22:20:50 UTC

[Bug 55400] New: WsFilter not compatible with async sample applications

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: jboynes@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 55400] WsFilter not compatible with async sample applications

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=55400

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
Fixed in trunk and will be included in 8.0.0-RC2 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org