I recently moved from 9.0.3 to 9.0.4 and am now running into a problem using 
the jetty Continuation support.

When I call continuation.suspend() in my HttpServlet.doGet, I now get the 
following exception:

java.lang.IllegalStateException: !asyncSupported
        at org.eclipse.jetty.server.Request.startAsync(Request.java:2016)
        at 
org.eclipse.jetty.continuation.Servlet3Continuation.suspend(Servlet3Continuation.java:170)

I suspect this behavor change is related to the bug fix 408117 which went into 
9.0.4.  

I'm not sure why asyncSupported is being set to false.  Any pointers/help would 
be appreciated.

Regards,
Marty Stich



_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to