Hello,
I am using the latest (downloaded early this week) commons-httpclient-2.0-beta2.jar
Works fine with http.
I am trying to make a https connection thru a proxy.
I am getting the following exception:
java.net.SocketException: Socket closed
at java.net.PlainSocketImpl.socketGetOption(Native Method)
at java.net.PlainSocketImpl.getOption(PlainSocketImpl.java:214)
at java.net.Socket.getSendBufferSize(Socket.java:548)
at
org.apache.commons.httpclient.HttpConnection.tunnelCreated(HttpConnection.java:756)
at org.apache.commons.httpclient.ConnectMethod.execute(ConnectMethod.java:204)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:638)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:500)
Looks like this was addressed as Bug 20938 and got fixed (changes to
HttpMethodBase.java)
How do I get to the binary version of the patch?
I don't have the environment to compile the httpclient src.
Thanks in advance
NRR
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]