Re: Bug in timeout with SOAP to ssl socket

2003-04-01 Thread Scott Nichol
This patch has been made to CVS. On 31 Mar 2003 at 15:25, Paul G. Weiss wrote: > Hi. > > Sorry for the interruption. I joined the list to post a patch, because I > didn't know to whom to address it. > > If I call setTimeout on a Call where the url is an https url, it dies with > a NullPointe

Bug in timeout with SOAP to ssl socket

2003-03-31 Thread Paul G. Weiss
Hi. Sorry for the interruption. I joined the list to post a patch, because I didn't know to whom to address it. If I call setTimeout on a Call where the url is an https url, it dies with a NullPointerException. The problem is in SSLUtils.java. Change: sslSocket = (SSLSock