Scott Nicklous created PLUTO-632: ------------------------------------ Summary: TCK: During an include, the javax.servlet.include.request_uri is handled incorrectly Key: PLUTO-632 URL: https://issues.apache.org/jira/browse/PLUTO-632 Project: Pluto Issue Type: Bug Reporter: Scott Nicklous Priority: Minor
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. -- This message was sent by Atlassian JIRA (v6.3.4#6332)