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 "Alexander Gavrin (JIRA)" <xm...@ws.apache.org> on 2007/03/19 13:53:32 UTC

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

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


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.


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

Posted by "Alexander Gavrin (JIRA)" <xm...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLRPC-139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Gavrin updated XMLRPC-139:
------------------------------------

    Attachment: trace3-xmlrpc3.0.html
                trace2-xmlrpc1.1.html
                trace1-xmlrpc-2.0.1.html

> 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.


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

Posted by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org>.
     [ 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.