30 May
2002
30 May
'02
9:57 a.m.
On Thursday 30 May 2002 10:35 am, Joachim Schmitz wrote:
You could hack xmlrpclib to marshall those object, but I dont recommend it. Those objects can be big (but lazily evaluated), and you would be opening a significant denial of service vulnerability in your server.
But it also can be very interesting for exporting data from a Zope site, to be used in other applications.
Sure, but you dont want to to marshall your whole zope site into one huge in-memory string.
Now that works, but I think the xmlrpclib.py, should be able to marshall the "None" type.
Yes. updating xmlrpclib.py is on the todo list for zope 2.6. I hope a change similar to this will be included.