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 option (that you can use now) is to ignore Tomcat's cookie
support and parse the header yourself.

request.getHeaders("Cookie")

should get you started.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to