Re: Bug in xmlrpc-3.0b1

2006-08-02 Thread Jochen Wiedmann
On 8/2/06, Stanislav Miklik [EMAIL PROTECTED] wrote: Current code is: } *catch* (BindException e) { *if* (i == 10) { * throw* e; Throwing the exception here will leave the circle. Jochen -- My wife Mary and I have been married for forty-seven years and not once have we had an

svn commit: r428030 - in /webservices/xmlrpc/trunk: server/src/main/java/org/apache/xmlrpc/webserver/WebServer.java src/changes/changes.xml

2006-08-02 Thread jochen
Author: jochen Date: Wed Aug 2 08:35:40 2006 New Revision: 428030 URL: http://svn.apache.org/viewvc?rev=428030view=rev Log: Fixed an endless loop, if the WebServer threw a BindException. Submitted-by: Stanislav Miklik, [EMAIL PROTECTED] Modified:

Bug in xml-rpc rc1

2006-08-02 Thread Stanislav Miklik
Hello, I have probably found a bug in WebServer.shutdown(). This call has frozen, but I don't know why. Conditions that might affecting this: 1. I started the server with enabled extensions and enabled keepalive (others default, if not mentioned) 2. In the same program (in another thread of