[ 
https://issues.apache.org/jira/browse/CXF-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Beryozkin resolved CXF-4307.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.4.8
                   2.5.4
                   2.6.1
    
> 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
>             Fix For: 2.6.1, 2.5.4, 2.4.8
>
>
> 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

        

Reply via email to