On 06/04/2011 16:35, John Clark wrote:
> I recently upgraded my Tomcat cluster from 5 to 6 and am no longer able to
> use getCookie() to retrieve our Omniture cookie data using
> request.getCookies(). We are still able to access the cookie name and value
> via a request header so we're using this as a work around but I'm still
> curious as to why getCookie() no longer works.. Is this some sort of
> security restriction in Tomcat6?

Nope, the cookie is invalid hence Tomcat rejects it. Tomcat 6 is just
stricter than Tomcat 5 in adhering to the specs.

> s_vi=[CS]v1|26C8FDB30515A765-60000175C0022D93[CE];

Neither '[' nor ']' are permitted in cookie values unless the value is
quoted.

Mark

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

Reply via email to