On 16-Apr-2009, at 17:08, Mark Thomas wrote:
Using a ':' in a v0 cookie is not legal. You have to use a v1 cookie
which is as simple as using:
cookie.setVersion(1);
5.5.28 will (hopefully - if it gets enough votes) an feature
(enabled by
default) to automatically switch invalid v0 cookies to v1 cookies and
quote them.
Will this only be for writing? I depend a cookie set by a third-party
web application in the same domain, which sends me the cookies this
way. If it is only for writing, then I will have to find a way of
convincing the developers of the other application to make the change.
André-John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org