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, our application can read unquoted cookie values with equals sign created by other application. However, when our tomcat creates the same cookie it double quotes the cookie value. I would like tomcat to stop double quoting our cookie value containing equals sign as other third party applications reading our cookie may not like it.
Thanks once again Thoudam Mark Thomas <ma...@apache.org> 18/05/2010 12:14 Please respond to "Tomcat Users List" <users@tomcat.apache.org> To Tomcat Users List <users@tomcat.apache.org> 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 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 > in double quotes as we are not sure of the implication on other third party > applications using our cookie. We are not sure how these third party > application is reading our cookie and depending on the way they handle our > cookie they may not like double quoted cookie values. And we do not have any > 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? http://tomcat.apache.org/tomcat-6.0-doc/changelog.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org