RE: proxy and howto's and some questions.

2003-03-20 Thread Nick Coleman
Hey Adrian, Thanks for the feedback. Just a few comments... -Original Message- From: Adrian Sutton [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 6:11 PM To: 'Commons HttpClient Project' Subject: RE: proxy and howto's and some questions. > The most useful thing for an applet

RE: proxy and howto's and some questions.

2003-03-19 Thread Nick Coleman
Hi Oleg, It's been a month and I'm sorry for the delay. I've been sidetracked and also racking my brain to think of what could be relevent for a simple HttpClient Applet Utility. Here are the pieces I could tackle, but I'm not sure how exactly I should approach each item with respect to HttpClie

RE: proxy and howto's and some questions.

2003-02-19 Thread Nick Coleman
t pac-proxy script parsing as well at some point. Odi Nick Coleman wrote: > We detect the browser proxy settings as follows: > > // Retrieve Proxy Server Settings from System if specified String > proxyList = System.getProperty("javaplugin.proxy.config.list"); > if

RE: proxy and howto's and some questions.

2003-02-18 Thread Nick Coleman
Mike, My company is currently using the HttpClient utility in an Applet successfully through proxy servers detected by the browser. Here is how the proxy settings are configured: HttpClient client = new HttpClient(); HostConfiguration hostConfig = client.getHostConfiguration(); hostConfig.setPro

RE: DO NOT REPLY [Bug 16904] - Input Stream closed, Output Stream valid, no detection by socket

2003-02-08 Thread Nick Coleman
Thank you for the directions for how to submit this problem... Attached are the file I created. > Feedback to your patch: > It will buffer the whole response which is not good. Imagine a 1GB response. You would not want this to be buffered, would you. By using the Piped Streams I have limited th