Andy Yang created WINK-422:
------------------------------
Summary: Handling JSON Cookies
Key: WINK-422
URL: https://issues.apache.org/jira/browse/WINK-422
Project: Wink
Issue Type: Improvement
Components: Server
Affects Versions: 1.4
Reporter: Andy Yang
currently HttpHeadersImpl's parseCookieHeader() method does a split("[;,]") on
the cookie header which doesn't handle case where cookie values are JSON which
are full of commas.
Religious convictions aside, JSON cookies are fairly common - would Wink
consider implementing some way of accessing them, or will it be left up to the
user to retrieve the raw header and extract the cookies manually?
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)