Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
2.0-FINAL
-
None
-
None
-
Tomcat 5.5.20 with Jetspeed 2.0 on Windows.
Description
I've written a Portlet that has several HREFs that point to servlets. One of these servlets does a forward to a JSP page.
Turning on logging in catalina's JSPServlet shows ServletPath, PathInfo, RealPath, RequestURI, QueryString are all null. The forward subsequently fails since getPathInfo and friends are returning null.
While inside my servlet's doGet/doPost, If I cast the HttpServletRequest to Jetspeed-2's ServletRequestImpl and call setPortletDispatcherIncluded(false) then the forward will work.
I expect the forward to work in Tomcat regardless of whether the servlet was called via a portlet or other.