Scott Nicklous created PLUTO-628: ------------------------------------ Summary: TCK: In a forward during the Action phase, the getLocale method returns an incorrect value Key: PLUTO-628 URL: https://issues.apache.org/jira/browse/PLUTO-628 Project: Pluto Issue Type: Bug Components: portlet container Reporter: Scott Nicklous Priority: Minor
TCK test: In the target servlet of a forward during the action phase, the method HttpResponse#getLocale is supposed to return null according to the portlet specification. However, it returns "en_US". Reproduce using TCK command: mvn test -Prun-tck -Dtest.module=V2DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse_getLocale Test results: Test Failed Details: In a target jsp of a forward in the Action phase, the method HttpServletResponse.getLocale must return null. Locale is en_US -- This message was sent by Atlassian JIRA (v6.3.4#6332)