ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> Apache-Soap-Dev
Apache-Soap-Dev
Bug in timeout with SOAP to ssl socket
by Paul G. Weiss other posts by this author
Mar 31 2003 8:25PM messages near this date
cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java | Re: Bug in timeout with SOAP to ssl socket
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 = (SSLSocket) createSocket.invoke(null,
							new Object[]{});


to

                    sslSocket = (SSLSocket) createSocket.invoke(factory,
							new Object[]{});


Would someone please put this into CVS for the nightly build?

Thanks,
Paul Weiss
Thread:
Paul G. Weiss
Scott Nichol

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved