XML-RPC cannot handle descriptions with non-ASCII characters

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.4 Beta 1
    • Affects Version/s: 3.3
    • Component/s: None
    • Environment:

      XML-RPC client (source attrached).

    • 3.03

      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)

              Assignee:
              Keith Brophy
              Reporter:
              Kir Maximov
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: