Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The attribute value should be the same as the value returned by the getRequestURI() method. This fails for both the include and forward cases from all portlet phases.
Example failure text:
V2DispatcherTests2_SPEC2_19_IncludeJSPAction_attributes1 results:
Test Failed
Details: If the request dispatcher is obtained through the getRequestDispatcher method, the portlet request attribute javax.servlet.include.request_uri will be set, and equals the value from HTTPServletRequest.getRequestURI for the first servlet in the include chain. Error: /tck-V2DispatcherTests2-3.0-SNAPSHOT/PlutoInvoker/DispatcherTests2_SPEC2_19_IncludeJSPAction does not equal /tck-V2DispatcherTests2-3.0-SNAPSHOT/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp.