Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-7604

XML-RPC cannot handle descriptions with non-ASCII characters

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.4 Beta 1
    • 3.3
    • None
    • XML-RPC client (source attrached).

    Description

      I tried to create an issue via XML-RPC with non-ASCII characters. The issue was created, but with exception (see below).
      I tried to make the request both with xmlrpc-1.1 and xmlrpc-2.0 - same effect.

      org.apache.xmlrpc.XmlRpcException: org.apache.xmlrpc.XmlRpcException: Invalid character data corresponding to XML entity с
      at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeException(Unknown Source)
      at org.apache.xmlrpc.XmlRpcClientResponseProcessor.decodeResponse(Unknown Source)
      at org.apache.xmlrpc.XmlRpcClientWorker.execute(Unknown Source)
      at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
      at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
      at org.apache.xmlrpc.XmlRpcClient.execute(Unknown Source)
      at com.atlassian.jira.rpc.client.sample.XmlRpcClientExample.main(XmlRpcClientExample.java:56)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at com.intellij.rt.execution.application.AppMain.main(AppMain.java:86)

      Attachments

        Activity

          People

            keith@atlassian.com Keith Brophy
            7eff2d500ae5 Kir Maximov
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: