FreemarkerManager is not using default encoding from 
StrutsConstants.STRUTS_I18N_ENCODING
-----------------------------------------------------------------------------------------

                 Key: WW-1582
                 URL: http://issues.apache.org/struts/browse/WW-1582
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.0.1
            Reporter: Musachy Barroso
            Priority: Minor


Method 

@Inject(StrutsConstants.STRUTS_I18N_ENCODING)
public void setEncoding(String encoding) {
       this.encoding = encoding;
 }

on FreemarkerManager.java is never called. So the default encoding is never 
injected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to