Re: Odd problem

2004-02-03 Thread Brett Knights
a bit of a guess, but it could be because of the cookie format. > Try using the cookie compatibility setting: > > CookiePolicy.setDefaultPolicy(CookiePolicy.COMPATIBILITY); > > Mike > > > On Feb 2, 2004, at 3:57 PM, Brett Knights wrote: > > > That&#x

Re: Odd problem

2004-02-02 Thread Brett Knights
That's what I thought when I first looked at it but it appears to use the JDK connection classes. A grinder transcript using HttpUnit (succeeds) and HttpClient (fails) follows. One thing that's odd is that the HttpClient transaction looks more like the transcript I get with IE than does the one usi

Re: Odd problem

2004-02-01 Thread Brett Knights
FWIW when I replaced HttpClient with the WebClient classes from HttpUnit it all works again. - Original Message - From: "Brett Knights" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Tuesday, January 27, 2004 3:39 PM Sub

Re: Odd problem

2004-01-27 Thread Brett Knights
ver > determines the page it should return. Here is my guess... > > HttpClient: > Referer: https://target.com/app/login/nllogin.nl[\r][\n] > > IE: > Referer: > https://target.com/pages/login.jsp?rdt=%2Fapp%2Fcenter%2Fmyroles.nl > > You could try to set a different "

Odd problem

2004-01-26 Thread Brett Knights
Hi, I am using RC3 with jdk 1.4.2_03 When I use http client to get to the site I get a 404 (http client wire log follows then grinder generated IE trace). I just can't see what is going wrong. Any suggestions are appreciated. This is part of a larger scripted operation so I am wondering if if is

Re: Commas in Cookie Value

2003-06-18 Thread Brett Knights
I have a fix for this but it uses the org.apache.oro regular expression parser. E-mail me off line if you want the code to hack your own copy of HttpClient - Original Message - From: "Ron Tower" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 9:26 AM Subject: Co

Re: Java can leak...

2003-06-02 Thread Brett Knights
A useful profiler is included with the JSDK. Just check the documentation for the java -Xrunhprof option. HTH Brett Knights - Original Message - From: "Jan Gonsalves" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Thursd

Re: Propose a new commons-uri package

2003-02-07 Thread Brett Knights
Would the intention of this be to reproduce the functionality of java.net.URI as found in J2SE 1.4? java.net.URI seems quite complete. If so how many people can't make the switch to 1.4? I am not using 1.4.x in producion yet but I have been doing all my development with 1.4.1 so at this point it