mateo-jl wrote:
> Hello Mark,
> 
> i do not have any doubt about the fix but i've read all the bugs at the 
> ChangeLog (http://tomcat.apache.org/tomcat-6.0-doc/changelog.html) and I did 
> not see the one related to this problem. 

You need to read further down the page. They are all there.

> Maybe there are not all recorded.

The spec compliance changes were made in 6.0.15

The workaround for apps using '=' (automatically switching invalid v0
cookies to v1 and quoting them) went in to 6.0.16.

There was an IE related workaround in 6.0.17

Some sync issues were fixed in 6.0.19, httpOnly support was added, a
workaround for an IE/Safari bug was added

The biggest problem with all of this was getting to a cookie
implementation that was:
a) spec compliant (easy)
b) worked with all the major browsers (hard)

I believe we are there now.

Mark


> 
> Thank you for the response
> 
> JLM
> 
> 
> 
> 
>> Message du 19/06/09 13:53
>> De : "Mark Thomas" 
>> A : "Tomcat Users List" 
>> Copie à : 
>> Objet : Re: Cookies handling issue
>>
>>
>> mateo-jl wrote:
>>> Hi everybody,
>>>
>>> recently i've reported a problem, which wasn't a new one, related to the 
>>> encoding base64 within cookies ("=" separator ... only at reading : 
>>> request.getCookies) .
>>> I was responded that this problem will probably be corrected with Tomcat 
>>> 6.0.19 or 6.0.20 and 5.5.28. The last one is not yet released and in the 
>>> 6.0.20 I do not see any patch for this problem.
>>> Do you think that it will be corrected ?
>> As per the change log, it is fixed in 6.0.20
>>
>> Mark
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>
>>
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to