Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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