Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread THOIBA . THOUDAM
Hi Mark, Thanks again. Your suggestion sounds like a way forward to solve our problem. I just tried it and it works. Our cookie containing non-spec complaint cookie values are being created without any double quotes. Could you please also let me know the difference between response.setHeader("S

Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread THOIBA . THOUDAM
once again Thoudam Mark Thomas 18/05/2010 12:14 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject Re: Tomcat 6.0.18 unsupported character in cookie On 18/05/2010 12:02, thoudam wrote: > > I am using tomcat 6.0.18 and it wraps any cookie value contai

Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread thoudam
I am using tomcat 6.0.18 and it wraps any cookie value containing invalid characters like equals sign in double quotes. Our cookie contains lots of equals sign and are legacy cookie used and also created by various other applications. I do not want tomcat to wrap the cookie containing equals sign