Marti Pamies Sola created AXIS2-5964:
----------------------------------------

             Summary: AbstractJSONMessageFormatter NOT using CharSetEncoding 
when reding Json string Bytes
                 Key: AXIS2-5964
                 URL: https://issues.apache.org/jira/browse/AXIS2-5964
             Project: Axis2
          Issue Type: Bug
          Components: json
    Affects Versions: 1.7.9, 1.7.8
            Reporter: Marti Pamies Sola


AbstractJSONMessageFormatter is not using input OMOutputFormat when getting 
bytes from the Json string to be written. This happens both on .getBytes and 
writeTo methods.
{code:java}
// if (jsonToWrite != null) {
 out.write(jsonToWrite.getBytes());
 } else {
{code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to