Patch: Clarification of thread safety in XmlRpcServer

2004-06-14 Thread Jochen Wiedmann
Hi, this was sent to xmlrpc-user. Sorry! Jochen ---BeginMessage--- Hi, I would like to suggest the following patch for the XmlRpcServer docs. The current statement is, IMO, misleading. Suggest the following: - Thread A invokes addHandler(name, something); - Thread B invokes

Support for null values

2004-06-14 Thread Jochen Wiedmann
Hi, I understand that the spec doesn't handle null values. As xml-rpc implements the SPEC, I find it completely valid, that null values are rejected *by default*. However, I can think of no reason why they shouldn't be supported *as a vendor extension*. Most of the other Apache software