[Patches] [ python-Patches-1498627 ] Fault in XMLRPC not always returned to client

SourceForge.net noreply at sourceforge.net
Thu Jun 1 05:28:35 CEST 2006


Patches item #1498627, was opened at 2006-05-31 23:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498627&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XML
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Daniel Savard (savardda)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fault in XMLRPC not always returned to client

Initial Comment:
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


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1498627&group_id=5470


More information about the Patches mailing list