[New-bugs-announce] [issue9006] xml-rpc Server object does not propagate the encoding to Unmarshaller

Timothée CEZARD report at bugs.python.org
Wed Jun 16 11:20:36 CEST 2010


New submission from Timothée CEZARD <tim.cezard at gmail.com>:

xmlrpc cleint  (Server class) default encoding is utf-8 it can be modified through the encoding keyword parameter. This parameter is not passed to the Unmarshaller that decode the bit flow causing the server to crash
attached is two script reproducing the issue

----------
components: XML
files: xmlrpc_bug.tar.gz
messages: 107910
nosy: Timothée.CEZARD
priority: normal
severity: normal
status: open
title: xml-rpc Server object does not propagate the encoding to Unmarshaller
type: crash
versions: Python 2.6
Added file: http://bugs.python.org/file17682/xmlrpc_bug.tar.gz

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9006>
_______________________________________


More information about the New-bugs-announce mailing list