[ https://issues.apache.org/jira/browse/WW-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510398#comment-13510398
]
Lukasz Lenart commented on WW-3863:
-----------------------------------
What's wrong with setting up struts.i18n.encoding ?
> Incorrect encoding in JsonResult
> --------------------------------
>
> Key: WW-3863
> URL: https://issues.apache.org/jira/browse/WW-3863
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - JSON
> Affects Versions: 2.3.4
> Reporter: Anders Lundberg
> Priority: Minor
> Fix For: 2.3.8
>
>
> org.apache.struts2.json.JSONResult uses the configured default encoding (in the struts
properties, with the "struts.i18n.encoding" key) when setting the charset part in the response's
content type.
> Shouldn't JSONResult.getEncoding() always return UTF-8, similar to the resolution of
WW-3059?
> A simple workaround is to override JSONResult.getEncoding() and let it return UTF-8 but
it would be preferrable if this was included in the distribution.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|