[ http://issues.apache.org/struts/browse/SHALE-282?page=comments#action_38352 ] Shinsuke Sugaya commented on SHALE-282: ---------------------------------------
For ExternalContext#getResponseCharacterEncoding(), yes, it's not supported on JSF 1.1. So, in my patch, the encoding is called by getCharacterEncoding from response object. For an encoding fallback order, I agree with you. > ResponseFactory does not support a correct character encoding > ------------------------------------------------------------- > > Key: SHALE-282 > URL: http://issues.apache.org/struts/browse/SHALE-282 > Project: Shale > Issue Type: Bug > Components: Remoting > Affects Versions: 1.0.3 > Environment: Solaris 10, Java5 > Reporter: Shinsuke Sugaya > Assigned To: Craig McClanahan > Attachments: FixCharsetIssue.patch > > > I got ? character on "New Style Remoting Support" when I put Japanese > resource bundle, Bundle_ja.properties, in usecases sample. The cause seems > that ResponseFactory sets null as an encoding of ResponseWriter. -- 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
