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

          Priority: P2
            Bug ID: 53632
          Assignee: [email protected]
           Summary: The DispatchType is INCLUDE instead of ASYNC after a
                    dispatch via AsyncContext
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: [email protected]
          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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to