-
Bug
-
Resolution: Fixed
-
P4
-
1.4.1
-
mantis
-
generic
-
generic
This was found by Andreas.
The JSSE example is broken. It sends
"GET http://www.verisign.com/ HTTP/1.1" as a request instead of
"GET / HTTP/1.0". This may work but the RFC says you shouldn't do it.
SSLSocketClient.java
SSLSocketClientWithTunneling.java
I didn't see any comments like this in the JSSE Ref Guide.
###@###.### 2002-05-02
The JSSE example is broken. It sends
"GET http://www.verisign.com/ HTTP/1.1" as a request instead of
"GET / HTTP/1.0". This may work but the RFC says you shouldn't do it.
SSLSocketClient.java
SSLSocketClientWithTunneling.java
I didn't see any comments like this in the JSSE Ref Guide.
###@###.### 2002-05-02