Re: Cookie test case failures with Tomcat 4.1.29

2003-11-05 Thread Roland Weber
Hello Eric, >From RFC 2965, HTTP State Management, Section 3: value = token | quoted-string [...] cookie = NAME "=" VALUE *(";" set-cookie-av) VALUE = value That is part of the BNF grammar for the set-cookie2 header. All the examples in section 4

Re: Cookie test case failures with Tomcat 4.1.29

2003-11-04 Thread Oleg Kalnichevski
Eric, Damn. I used server-noexamples.xml.config which as it turned out still uses the deprecated connector. Probably it has not been updated for quite a while. I'll re-test stuff and get back to you as soon as I know more. Cookies are still my department. Cheers Oleg On Tue, 2003-11-04 at 22:29

Re: Cookie test case failures with Tomcat 4.1.29

2003-11-04 Thread Eric Johnson
Oleg, I'm glad you sent along the file! It's funny - other than that one file, I'd say you exactly duplicated the environment I'm using. That one file is key, though. It would appear that your version of server.xml trumps the default "connector" choice. The default server.xml reads: an

Re: Cookie test case failures with Tomcat 4.1.29

2003-11-04 Thread Oleg Kalnichevski
Eric, I just installed Tomcat 4.1.29 on my home PC running Redhat 9 and Sun JDK 1.4.2. I can't reproduce the problem. All tests pass. The only thing I did differently was tweaking tomcat's server.xml (attached below) to disable stuff that I do not need. I's unlikely that it should have any bearing

Re: Cookie test case failures with Tomcat 4.1.29

2003-11-04 Thread Eric Johnson
Oleg, I hate bugs like this! I suppose if it is working for you, there's hope it can work for me. I'm working against a completely stock 4.1.29 install on Linux, using Sun's JDK 1.4.2. When I say "stock" 4.1.29 build, I expanded the file after download, dropped httpclienttest folder into web

RE: Cookie test case failures with Tomcat 4.1.29

2003-11-04 Thread Kalnichevski, Oleg
Eric, Strangely enough, I installed Tomcat 4.1.29 yesterday and had no failing test cases of whatsoever. I reran the test cases with the latest code from CVS HEAD and 2.0 branch against Tomcat 4.1.29 after having read your message. Again, no failing test cases. Did you keep your old server.xml