Anders Lundberg created WW-3863:
-----------------------------------
Summary: 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
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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira