Re: Cookie handling issue

2009-04-01 Thread mateo-jl
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

Re: Cookie handling issue

2009-03-31 Thread Mark Thomas
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

Cookie handling issue

2009-03-31 Thread mateo-jl
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