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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]