Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Server CPAN distribution.

Report information
The Basics
Id: 36711
Status: resolved
Priority: 0/
Queue: Catalyst-Plugin-Server

People
Owner: Nobody in particular
Requestors: UVOELKER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: xml_encoding has no influence on server response encoding
Hello, xml_encoding is only used for parsing the request, but the server response is always us-ascii. There could be code added to _serialize_xmlrpc(). Also, http://search.cpan.org/~rjray/RPC-XML-0.60/lib/RPC/XML.pm says ENCODING is only for outgoing XML messages. So the usage in _deserialize_xml seems useless. Thanks, Uwe
Hi Uwe, On Fri Jun 13 03:35:12 2008, UVOELKER wrote: Show quoted text
> xml_encoding is only used for parsing the request, but the server > response is always us-ascii. There could be code added to > _serialize_xmlrpc(). > > Also, http://search.cpan.org/~rjray/RPC-XML-0.60/lib/RPC/XML.pm says > ENCODING is only for outgoing XML messages. So the usage in > _deserialize_xml seems useless.
This was fixed in SVN already, but not communicated back in this ticket; our appologies. http://dev.catalystframework.org/svnweb/Catalyst/revision/?rev=5973 A new release is forthcoming with this and other fixes. Thanks again for reporting,