Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-5964

AbstractJSONMessageFormatter NOT using CharSetEncoding when reding Json string Bytes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.7.8, 1.7.9
    • None
    • json
    • None

    Description

      AbstractJSONMessageFormatter is not using input OMOutputFormat when getting bytes from the Json string to be written. This happens both on .getBytes and writeTo methods.

      // if (jsonToWrite != null) {
       out.write(jsonToWrite.getBytes());
       } else {
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            martipamies Marti Pamies Sola
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: