Sergey Beryozkin created CXF-4307:
-------------------------------------
Summary: The inbound Cookie header should be parsed using a
semicolon separator by default
Key: CXF-4307
URL: https://issues.apache.org/jira/browse/CXF-4307
Project: CXF
Issue Type: Bug
Components: JAX-RS
Reporter: Sergey Beryozkin
Assignee: Sergey Beryozkin
Priority: Minor
The inbound Cookie header may contain something like this:
Cookie: a=b;d=c
At the moment the JAX-RS runtime assumes by default that this a single Cookie
value, with the last name/value pair recognized and the first one dropped.
It appears that browsers would more often than not collapse all the Cookies
targeted at the specific endpoint into a single header.
Thus a ';' should be used by default when parsing such headers; this can always
be customized...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira