Re: JUnit cookies test failures

2004-07-20 Thread dan tran
Oleg, Thank you for a very clear explaination. -Dan HttpClient is my pal ;-) On Tue, 20 Jul 2004 00:22:18 +0200, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > Dan > > It was later discovered that different Tomcat connectors appear to have > different cookie parsing/formating logic. The probl

Re: JUnit cookies test failures

2004-07-19 Thread Oleg Kalnichevski
Dan It was later discovered that different Tomcat connectors appear to have different cookie parsing/formating logic. The problem shows up only when the newer Coyote connector is being used. However, the real problem is that the TestWebApp based cookie test cases are completely meaningl

JUnit cookies test failures

2004-07-19 Thread dan tran
Hello, I am running into the same issue found by Eric http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&msgId=708 when running against tomcat 4.1.30. My tomcat env is on windows XP, httpclient 2.0, jdk 1.4.2 The archive does not seem to have any conclusion yet. Any suggestion? -Dan