Re: Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-16 Thread Travis Beech
Mark, Thanks for the info. Travis Beech On Jan 16, 2010, at 3:34 AM, Mark Thomas wrote: > On 16/01/2010 06:41, Travis Beech wrote: >> Are there any workarounds available that will retrieve the entire >> string >> (SESSIONID=1234567890)? > > The next Tomcat 6.0.x release will include an option

Re: Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-16 Thread Mark Thomas
On 16/01/2010 06:41, Travis Beech wrote: > Are there any workarounds available that will retrieve the entire string > (SESSIONID=1234567890)? The next Tomcat 6.0.x release will include an option to allow = characters in cookie values. It does break the spec so use it at your own risk. The other o

Tomcat 6.0.20 - Workaround for reading the value of a cookie with special characters

2010-01-15 Thread Travis Beech
All, I am trying to read the value of a cookie String cookievalue = cookie.getValue(); where the value itself contains the equal sign, i.e. SESSIONID=1234567890. We were using Tomcat 6.0.14 which based on the code sample above the value of cookievalue would be the string SESSIONID=12345