proxy and howto's and some questions.

2003-02-18 Thread Ronald Klop
Hello, Are there any howto's about the usage of this package? I can only find the API, but some examples are always more clear. And why aren't the proxy settings not used by the package? I now made this method to create the HostConfiguration, but it would be nice if it's in the package

DO NOT REPLY [Bug 17158] New: - Realm from authentication challenge unavailable

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17158. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [Fwd: Any example on state(cookie) management across a seriesof connections?]

2003-02-18 Thread Oleg Kalnichevski
Hi Yang Could you please execute your application with the following system properties -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog -Dorg.apache.commons.logging.simplelog.log.httpclient.wire=debug

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();

Re: Servlet communication (was Re : Bug 13463)

2003-02-18 Thread Eric Johnson
Aurelien, Aurelien Pernoud wrote: I'm making two distants servlet interact using httpclient. I get the stream and strip what is unnecessary, rewrite some tags, and locations href, well I'm making changes to the HTML returned. Imagine now the two servlets are on the same server, it works fine

DO NOT REPLY [Bug 17166] New: - HttpClient does not compile 'out of the box' in IBM's VisualAge IDE

2003-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17166. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [PATCH] examples update

2003-02-18 Thread Oleg Kalnichevski
Mike I see no file attached. Try posting it one more time. I'll be happy to check it in Oleg On Tue, 2003-02-18 at 16:09, Michael Becke wrote: Attached is a patch that updates two of the examples. The following has changed: - examples now compile in 1.3.1 - some layout changes have

Charset issue with HttpClient

2003-02-18 Thread Laurent Garcia
Hi, I just downloaded and integrated the HttpClient in my project, I send XML file over HTTP. When would like to send XML file with french character but these characters are translated to bad character : Envoyé : mardi 18 février 2003 14:34 to Envoyé : mardi 18 février 2003 14:34

Re: [PATCH] Multiple cookie headers in non-strict mode

2003-02-18 Thread Oleg Kalnichevski
I have just committed the patch. Please recompile redeploy test web application (httpclienttest) in order to avoid test-case failures. I apologize for inconveniences caused. Regards Oleg On Mon, 2003-02-17 at 21:00, Oleg Kalnichevski wrote: Changelog: - In non-strict mode each cookie sent

Re: Charset issue with HttpClient

2003-02-18 Thread Oleg Kalnichevski
Laurent HttpClient 2.0a2 has been released with a few bugs related to content encoding in HTTP POST PUT methods. They have been fixed in the current version. Give the nightly build of HttpClient a try. If the problem persists please let me know Cheers Oleg On Tue, 2003-02-18 at 17:00, Laurent