RE: [httpclient] Sorted cookie patch broken

2002-02-25 Thread Marc Saegesser
ebruary 22, 2002 1:31 PM > To: Jakarta Commons Developers List > Subject: Re: [httpclient] Sorted cookie patch broken > > > Marc Saegesser wrote: > > >The recent patch to sort the cookies in the Cookie header > according to path > >(per RFC 2109/4.3.4) is broke

Re: [httpclient] Sorted cookie patch broken

2002-02-25 Thread dIon Gillard
Marc Saegesser wrote: >The recent patch to sort the cookies in the Cookie header according to path >(per RFC 2109/4.3.4) is broken and results in some cookies not being sent >back to the server. The problem is that SortedMap uses compare() to test >for equality instead of calling equals(). Sinc