Re: Unconnected sockets not implemented

2008-08-23 Thread Oleg Kalnichevski
On Fri, 2008-08-22 at 06:15 -0700, talldean wrote: Hopefully this is a less useless question than my last one. I have two projects using GetMethod. Both are connecting to the same https: website. One, however, is returning the following: java.net.SocketException: Unconnected sockets not

Re: Units for connection timeouts?

2008-08-23 Thread Oleg Kalnichevski
On Fri, 2008-08-22 at 10:33 -0400, Bill Higgins wrote: The Javadoc for CoreConnectionPNames#CONNECTION_TIMEOUT does not state whether it expects seconds or milliseconds. I *think* it's milliseconds after having looked at some example code and the Javadoc for CoreConnectionPNames#SO_TIMEOUT.

Re: Using HttpClient with a proxy from an untrusted applet

2008-08-23 Thread Oleg Kalnichevski
On Fri, 2008-08-22 at 11:22 -0700, Randall Scarberry wrote: --- On Thu, 8/21/08, Oleg Kalnichevski [EMAIL PROTECTED] wrote: Randy, Please note the exception is thrown when opening a socket to 127.0.0.1:8081 and NOT when executing HTTP GET. You need to configure SocketPermissions

Re: Aggregate javadoc on the site and Url Validator

2008-08-23 Thread Oleg Kalnichevski
On Sat, 2008-08-23 at 00:06 +0200, Olivier Lamy wrote: Hi, Is there any plan to published an aggregated javadoc [1] with the next release ? (currently it's hard to naviguate in all modules or I haven't found it :-) in the site ). That would be quite handy, but it is too late for this

Re: Aggregate javadoc on the site and Url Validator

2008-08-23 Thread Olivier Lamy
2008/8/23 Oleg Kalnichevski [EMAIL PROTECTED]: On Sat, 2008-08-23 at 00:06 +0200, Olivier Lamy wrote: Hi, Is there any plan to published an aggregated javadoc [1] with the next release ? (currently it's hard to naviguate in all modules or I haven't found it :-) in the site ). That would be

Re: Surprising ProtocolException due to having already set Content-Length header

2008-08-23 Thread Bill Higgins
On Sat, Aug 23, 2008 at 5:51 AM, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Fri, 2008-08-22 at 18:01 -0400, Bill Higgins wrote: We have been working on a little proxy server that sits between a browser and a backend data server. We take an incoming HTTP request from the browser (type