You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org> on 2007/03/19 14:06:32 UTC

[jira] Resolved: (XMLRPC-139) XMLWriter does not specify XML encoding

     [ https://issues.apache.org/jira/browse/XMLRPC-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved XMLRPC-139.
------------------------------------

    Resolution: Won't Fix

I have no intention to fix this. Version 3.0 was never meant to be upwards compatible to 2.x, so that doesn't count. Apart from that, if the xmlrpc python parser depends on the presence of the encoding attribute, then it is surely wrong and the problem must be fixed on that end.


> XMLWriter does not specify XML encoding
> ---------------------------------------
>
>                 Key: XMLRPC-139
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-139
>             Project: XML-RPC
>          Issue Type: Bug
>    Affects Versions: 2.0, 2.1
>         Environment: Windows XP
>            Reporter: Alexander Gavrin
>             Fix For: 1.1, 1.2, 3.0
>
>         Attachments: trace1-xmlrpc-2.0.1.html, trace2-xmlrpc1.1.html, trace3-xmlrpc3.0.html
>
>
> When creating an XMLRPC request, XMLWriter does not specify the XML encoding, providing just:
> <?xml version="1.0"?>
> Versions 1.2 and 3.0 provide the following:
> <?xml version="1.0" encoding="UTF-8"?>
> It results an incompatibility issue in our environment with xmlrpc python server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.