[ https://issues.apache.org/jira/browse/AXIS2-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901958#comment-17901958 ]
Marti Pamies Sola commented on AXIS2-5964: ------------------------------------------ Hi Robert If I would like to test it, I understand that code is at [https://github.com/apache/axis-axis2-java-core] master branch? If yes, this is the 2.0.0-snapshot versión that need Tomcat 10, is it? thks > 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.8, 1.7.9 > Reporter: Marti Pamies Sola > Assignee: Robert Lazarski > Priority: Minor > Fix For: 2.0.0 > > > 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.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org