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

           Summary: Invalid DispatchType in ServletRequestListener on
                    async dispatch
           Product: Tomcat 7
           Version: trunk
          Platform: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: jboy...@apache.org


If a ServletRequestListener is defined, when is invoked after a call to
AsyncContext#dispatch() the DispatcherType returned from the ServletRequest is
REQUEST rather than ASYNC. When the actual servlet is invoked, the type is
correctly set to ASYNC.

If the listener is intended to be invoked for each dispatch, then the
DispatcherType should match the value returned in the filter/servlet.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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