Author savardda
Recipients
Date 2006-06-01.03:28:35
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
In XMLRPC communication, if an error occurs while
decoding the stream, the Fault is not always returned
to the client as a Fault object.

This is a small mistake in the SimpleXMLRPCServer.py
file  where the decoding function is outside the
try/catch but should be inside.

A patch is included.  Very simple so revision should be
easy.

Thanks,
Daniel Savard
History
Date User Action Args
2007-08-23 15:52:29adminlinkissue1498627 messages
2007-08-23 15:52:29admincreate