Re: UTF8 problem?

2008-10-29 Thread Mike Kyle
Oleg, Thanks for the info. I ended up suspecting as much. I confirmed it by locally changing java.net.SocketOutputStream to confirm the bytes written to the socket were exactly as reported by your logging (which they were). It seems that I was being misled by the output from my HTTP sniffer

AW: NTLM-Proxy authentication and SSL-target

2008-10-29 Thread Cech. Ulrich
Hi Oleg, Thanks for your reply. Correct, I use the NTLM-support like it is described in the documentation (with jcifs etc.). And that worked fine for no-SSL-targets. Thanks for your help, Ulrich Ok, here is the information you requested: executing request: GET / HTTP/1.1 via proxy:

httpclient and xpath

2008-10-29 Thread lior grinfeld
i know it may not be the right place to ask this but maybe one of you faces this issue before. i want to validate the response that i get from my web application and i thought about xpath. did anybody tried this before? i want to parse the response into document and then do

RE: httpclient and xpath

2008-10-29 Thread Furmaniak Christophe
maybe NekoHTML (http://nekohtml.sourceforge.net/) could be a solution? christophe -- Christophe Furmaniak Technical Operations - Reporting Testing - Atos Worldline [EMAIL PROTECTED] Tél: +33 3 20 60 81 80 - Fax : +33 3 20 60 76 76 Atos Worldline www.atosworldline.com is an Atos Origin company

Re: MultithreadedHttpConnectionManager and high loads

2008-10-29 Thread Oleg Kalnichevski
On Tue, 2008-10-28 at 23:51 +, sebb wrote: On 28/10/2008, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Tue, 2008-10-28 at 09:19 -0700, Tatu Saloranta wrote: --- On Mon, 10/27/08, sebb [EMAIL PROTECTED] wrote: From: sebb [EMAIL PROTECTED] Subject: Re:

Re: AW: NTLM-Proxy authentication and SSL-target

2008-10-29 Thread Oleg Kalnichevski
On Wed, 2008-10-29 at 09:17 +0100, Cech. Ulrich wrote: Hi Oleg, Thanks for your reply. Correct, I use the NTLM-support like it is described in the documentation (with jcifs etc.). And that worked fine for no-SSL-targets. Thanks for your help, Ulrich Ulrich, The version of Squid you

Re: httpclient and xpath

2008-10-29 Thread Raymond Kroeker
Lior, I've had excellent results using dom4j. Just load the xml into an object and you can query the nodes using xpath expressions. Raymond On Wed, Oct 29, 2008 at 08:05, lior grinfeld [EMAIL PROTECTED] wrote: i know it may not be the right place to ask this but maybe one of you faces this

Re: httpclient and xpath

2008-10-29 Thread Joseph Mocker
I am unclear on whether Lior wants to parse XML or HTML. Dom4j would work well for XML. I've used TagSoup for HTML (http://home.ccil.org/~cowan/XML/tagsoup/). --joe Raymond Kroeker wrote: Lior, I've had excellent results using dom4j. Just load the xml into an object and you can query the