You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Stephan Siano (JIRA)" <ji...@apache.org> on 2019/01/23 18:10:00 UTC

[jira] [Resolved] (CAMEL-13114) Provide single Cookie header for multiple cookies

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

Stephan Siano resolved CAMEL-13114.
-----------------------------------
    Resolution: Fixed

> Provide single Cookie header for multiple cookies
> -------------------------------------------------
>
>                 Key: CAMEL-13114
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13114
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-ahc
>    Affects Versions: 2.23.1
>            Reporter: Stephan Siano
>            Assignee: Stephan Siano
>            Priority: Minor
>             Fix For: 2.22.3, 3.0.0, 2.23.2, 2.24.0
>
>
> If a cookieHandler is defined on a camel AHC component and multiple cookies are stored for the server, the AHC component will send out multiple headers named Cookie which each have one value.
> According to RFC 2965 one header should be sent out as a semicolon separated list.
> Most servers (like the jetty server used in the junit tests) also accept the format with multiple cookie headers, but some don't.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)