Re: Request Scope does not invalidate the session at the end of therequest, long-lived sessions hang until timeout causing out-of-sessions error.

2002-07-31 Thread Scott Nichol
The NPE you are experiencing definitely qualifies as a bug and should be fixed. IMO, the out-of-sessions error is a configuration problem for you. Apache SOAP always creates sessions. You can minimize the number of sessions created by re-using a single SOAPHTTPConnection across multiple calls,

SOAP Message via https through proxy with authentication

2002-07-31 Thread Phil Bohnenkamp
Title: SOAP Message via https through proxy with authentication The attached modified class is to add support for https tunneling through a proxy that requires authentication. Although tunneling that requires authentication works with http, it didn't for https. After sniffing around, I found

cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2002-07-31 Thread snichol
snichol 2002/07/31 20:07:32 Modified:java/docs changes.html java/src/org/apache/soap/util/net SSLUtils.java Log: Submitted by: Phil Bohnenkamp <[EMAIL PROTECTED]> Reviewed by: Scott Nichol The attached modified class is to add support for https tunneling throug

Re: cvs commit: xml-soap/java/src/org/apache/soap/util/net SSLUtils.java

2002-07-31 Thread Simon Fell
FYI, there's some bugs in this, all the HTTP header line endings should be \r\n not just \n Cheers Simon On 1 Aug 2002 03:07:32 -, in soap you wrote: >snichol 2002/07/31 20:07:32 > > Modified:java/docs changes.html > java/src/org/apache/soap/util/net SSLUtils.java >