On Fri, 2004-09-17 at 10:02, Ortwin GlÃck wrote:
> Oleg Kalnichevski wrote:
>
> > Odi,
> >
> > Which branch: HEAD or 2.0?
> >
> > Oleg
>
> 2.0 as subject suggests.
>

All right, do not be hard on the old man.

Odi, I assume you recently upgraded the version of Tomcat that hosts the
test webapp? ;-)

We had this problem before. Basically most of the webapp tests in fact
test functionality of Tomcat rather than that of HttpClient. The cookie
tests were written against a prehistoric version of Tomcat. The newer
Coyote connector sports different cookie parsing and formatting rules
compared to old o.a.catalina.net.http.HttpConnctor, which completely
messes up the webapp cookie tests.

I rewrote the entire cookie test suite a while ago for the CVS HEAD. It
was not a great fun, I tell you. For the 2.0 branch the old
o.a.catalina.net.http.HttpConnctor should be used

Basically all test webapp and SimpleConnection based test cases need to
go:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27298

Oleg

***************************************************************************************************
The information in this email is confidential and may be legally privileged.  Access 
to this email by anyone other than the intended addressee is unauthorized.  If you are 
not the intended recipient of this message, any review, disclosure, copying, 
distribution, retention, or any action taken or omitted to be taken in reliance on it 
is prohibited and may be unlawful.  If you are not the intended recipient, please 
reply to or forward a copy of this message to the sender and delete the message, any 
attachments, and any copies thereof from your system.
***************************************************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to