snichol 2003/09/02 08:38:08
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
Set read timeout before doing handshake, so that handshake cannot hang
if the calling code specifies a non-zero timeout.
Revision ChangesPath
1.13 +22 -18xml-soap/java/src
snichol 2003/04/01 06:07:21
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
From Paul G. Weiss (bogus e-mail address provided):
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.
snichol 2002/11/07 20:32:37
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
Remove unnecessary dependency on Sun's JSSE implementation.
Revision ChangesPath
1.9 +2 -4 xml-soap/java/src/org/apache/soap/util/net/SSLUtils.java
Index: SSLUtils.ja
snichol 2002/08/01 11:16:48
Modified:java/src/org/apache/soap/util/net SSLUtils.java
Log:
Submitted by: Simon Fell <[EMAIL PROTECTED]>
Terminate all SSL proxy headers with CR/LF, not just LF.
Revision ChangesPath
1.6 +3 -3 xml-soap/java/src/org/apache/soa
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
>
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