https://issues.apache.org/bugzilla/show_bug.cgi?id=53632

          Priority: P2
            Bug ID: 53632
          Assignee: dev@tomcat.apache.org
           Summary: The DispatchType is INCLUDE instead of ASYNC after a
                    dispatch via AsyncContext
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: rstoyanc...@yahoo.com
          Hardware: PC
            Status: NEW
           Version: 7.0.29
         Component: Catalina
           Product: Tomcat 7

Code demonstrating the issue:
https://github.com/rstoyanchev/dispatch-test

Checkout the 'tomcat-issue-repro' branch. From the home page of the deployed
application, select the "Dispatch via AsyncContext" scenario. The scenario
involves ServletA forwarding to ServletB and ServletC, which in turn creates a
thread and dispatches to ServletD. The DispatchType in ServletD should be ASYNC
but is INCLUDE instead.

FWIW when the request is wrapped (scenarion "Dispatch via AsyncContext and wrap
request"), the DispatchType is correct.

-- 
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

Reply via email to