> 2.) Open Bugs > I am ignoring bugs, which have been entered before 2004-Jan-1 and bugs > with priority normal or less. That leaves
> XMLRPC-56 An asynchronous callback object that manages timeouts > XMLRPC-57 Unreleased version XMLRPC_1_2_B2 > XMLRPC-58 Incorrect bugreporting address > XMLRPC-59 Missing directories in currently released tarball > All of which either don't apply to 2.0 (XMLRPC-57) or aren't > sufficiently serious, IMO. > Questions: Any other bugs we should consider? - ServerInputStream.java: Make this class public. This is a really minor change :) - Invoker.java: Allow for void methods. This class is very handy if you want to invoke methods in an arbitrary object. Unfortunately the method can't be a void method, yet. Therefore calling e.g. "JTextPane.setText" is not possible. I have a patch for this but since the project was very quiet I did not bother to submit it yet. - XmlRpcWriter.java: What about non-ASCII characters? The latest XMLRPC-spec allows for it. Christoph