Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread André Warnier
thoiba.thou...@ft.com wrote: 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

Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread THOIBA . THOUDAM
("Set-Cookie", "name=value") and response.addCookie(cookie)? Are there any disadvantage of using response.setHeader() to set cookies? Thanks, Thoiba Mark Thomas 18/05/2010 12:37 Please respond to "Tomcat Users List" To Tomcat Users List cc Subject

Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread Mark Thomas
On 18/05/2010 12:24, thoiba.thou...@ft.com wrote: > Hi Mark, > Thanks for your response. I believe you are referring to the change log > description "Provide an option to allow the equals character in unquoted > cookie values.". By upgrading to tomcat 6.0.26 and setting this system > property, o

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

Re: Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread Mark Thomas
On 18/05/2010 12:02, thoudam wrote: > > 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 tom

Tomcat 6.0.18 unsupported character in cookie

2010-05-18 Thread thoudam
control on these third party applications. Is there a way to stop tomcat 6.0.14 or later version from double quoting cookie values containing equals sign? -- View this message in context: http://old.nabble.com/Tomcat-6.0.18-unsupported-character-in-cookie-tp28594379p28594379.html Sent from the