Re: Issue reading a cookie having a colon in the value . Is this a bug in Tomcat 6.0.32 ?

2011-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reinwald, On 2/9/2011 2:49 AM, Reinwald Warapen wrote: On 2/9/2011 1:15 AM, Mark Thomas wrote: I don't see any non-spec compliant behaviour here, just a broken user agent. I dont think all the user agents are broken. Cause this happened on IE

Issue reading a cookie having a colon in the value . Is this a bug in Tomcat 6.0.32 ?

2011-02-08 Thread Reinwald Warapen
Hey, I am facing a very weird problem when trying to read a cookie who's value has a colon. The issue faced is that when a request is routed from a jsp the cookie versions are messed up. But when the servlet is directly called the versions are maintained as expected . Ive written a small

Re: Issue reading a cookie having a colon in the value . Is this a bug in Tomcat 6.0.32 ?

2011-02-08 Thread Mark Thomas
On 08/02/2011 18:58, Reinwald Warapen wrote: Hey, I am facing a very weird problem when trying to read a cookie who's value has a colon. The issue faced is that when a request is routed from a jsp the cookie versions are messed up. But when the servlet is directly called the versions are

Re: Issue reading a cookie having a colon in the value . Is this a bug in Tomcat 6.0.32 ?

2011-02-08 Thread Reinwald Warapen
On 2/9/2011 1:15 AM, Mark Thomas wrote: On 08/02/2011 18:58, Reinwald Warapen wrote: Hey, I am facing a very weird problem when trying to read a cookie who's value has a colon. The issue faced is that when a request is routed from a jsp the cookie versions are messed up. But when the servlet