[ https://issues.apache.org/jira/browse/AXIS2-5964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901988#comment-17901988 ]
Robert Lazarski edited comment on AXIS2-5964 at 11/29/24 9:31 PM: ------------------------------------------------------------------ For the latest code in Git, Tomcat 11 or Wildfly 32 and above should work. We are only working off the master branch at the moment. was (Author: robertlazarski): For the latest code in Git, Tomcat 11 or Wildfly 32 and above should work. > 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