many thanks Mark for your responses.
JL
> Message du 31/03/09 23:19
> De : "Mark Thomas"
> A : "Tomcat Users List"
> Copie à :
> Objet : Re: Cookie handling issue
>
>
> mateo-jl wrote:
> > Hello,
> >
> > I've seen that t
mateo-jl wrote:
> Hello,
>
> I've seen that there was a problem with the encoding base64 within the
> cookies (only at reading : request.getCookies)
> When the cookie contains '=' (equals), it seems that the decoding operation
> stops when it encounters this char.
> The prob. only happens since
Hello,
I've seen that there was a problem with the encoding base64 within the cookies
(only at reading : request.getCookies)
When the cookie contains '=' (equals), it seems that the decoding operation
stops when it encounters this char.
The prob. only happens since Tomcat 5.5.26 ans above.
Is