StrutsPrepareAndExecuteFilter and StrutsPrepareFilter causes i18n problems
--------------------------------------------------------------------------

                 Key: WW-3179
                 URL: https://issues.apache.org/struts/browse/WW-3179
             Project: Struts 2
          Issue Type: Bug
          Components: Dispatch Filter
    Affects Versions: 2.1.6
         Environment: Apache Tomcat 6.0.18
            Reporter: Árpád Tamási


The request parameters are processed in the incorrect character encoding since 
both filters call request.getParameterMap() before 
request.setCharacterEncoding().
The lines:
            prepare.createActionContext(request, response); // invokes 
request.getParameterMap()
            prepare.assignDispatcherToThread();
            prepare.setEncodingAndLocale(request, response); // invokes 
request.setCharacterEncoding()


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to