New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-7604
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Keith Brophy
Reporter: Kirill Maximov
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

XML-RPC cannot handle descriptions with non-ASCII characters

Created: 10/Aug/05 05:08 AM   Updated: 30/Jul/06 07:35 PM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: 3.3
Fix Version/s: 3.4 Beta 1

Time Tracking:
Not Specified

File Attachments: 1. Java Source File XmlRpcClientExample.java (4 kB)

Environment: XML-RPC client (source attrached).

Participants: Keith Brophy, Kirill Maximov and Scott Farquhar [Atlassian]
Since last comment: 2 years, 50 weeks ago
Resolution Date: 05/Sep/05 01:26 AM
Labels:


 Description  « Hide
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)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 05/Sep/05 12:45 AM
It would appear that this is a problem with Apache XML-RPC:

http://cephas.net/blog/2005/08/12/xml_characters_smart_quotes_and_apache_xmlrpc.html

I'll see if upgrading to XML-RPC 2.0 fixes things.


Scott Farquhar [Atlassian] added a comment - 05/Sep/05 12:51 AM
It appears that an upgrade to XML-RPC 2.0 has fixed this.