Cookie value with equal sign getting truncated

2009-09-07 Thread Joerg Schaefer
It seems, that Tomcat doesn't allow a = sign in the cookie value. If there is a = it put the value into -signs. This problem occurs with Tomcat 6.0.18. Are there a workarounds available to disable this behavior? regards, Joerg *** DEPARTMENT DISCLAIMER ***

Re: Cookie value with equal sign getting truncated

2009-09-07 Thread Mark Thomas
Joerg Schaefer wrote: It seems, that Tomcat doesn't allow a = sign in the cookie value. It is the cookie specs that doesn't allow unquoted '=' and Tomcat got stricter about enforcing the specs as a result of a couple of security vulnerabilities. If there is a = it put the value into -signs.

Re: Cookie value with equal sign getting truncated

2009-09-07 Thread Joerg Schaefer
Re: Cookie value with equal sign getting truncated Joerg Schaefer wrote: It seems, that Tomcat doesn't allow a = sign in the cookie value. It is the cookie specs that doesn't allow unquoted '=' and Tomcat got stricter about enforcing the specs as a result of a couple of security

Re: Cookie value with equal sign getting truncated

2009-09-07 Thread Mark Thomas
Joerg Schaefer wrote: Hi Mark, thanks for the quick reply. How can i realize option 1? How can i configure STRICT_SERVLET_COMPILANCE? http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html Mark - To unsubscribe,