You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-dev@ws.apache.org by Paul Guyot <pg...@kallisys.net> on 2004/06/17 09:03:13 UTC

[PATCH] Random port & async bug fix (was: Re: [PATCH] remove deprecated call in WebServer.java)

Aux environs du 16/06/04 à 18:49 -0700, sous le titre "Re: [PATCH] 
remove deprecated call in WebServer.java", Daniel Rall prit sa plus 
belle plume pour écrire les mots suivants:
>Thanks, committed in CVS rev 1.26.

Daniel, while you're at it, would you mind committing my 1 year old 
patch about a random port in WebServer (you pass 0, it picks up any 
port given by the JVM). I've updated it so the diff is against HEAD.

You'll also find attached a patch to fix a bug in executeAsync I 
found yesterday. Currently, it ends with a Null pointer exception if 
you have only one task and it will never execute the first task 
anyway.

Paul