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

           Summary: RequestDispatcher.forward does not forward
           Product: Tomcat 6
           Version: 6.0.26
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: nathan.li...@oracle.com


After creating a requestDispather and calling forward() the target jsp was not
invoked. This appears to be do to processRequest() requiring
ApplicationFilterFactory.DISPATCHER_TYPE_ATTR to be set.


        Integer disInt = (Integer) request.getAttribute
            (ApplicationFilterFactory.DISPATCHER_TYPE_ATTR);
        if (disInt != null) {
             ...
        }

This attribute should either be optional or set in forward().

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