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

Stephan Siano updated CAMEL-13114:
----------------------------------
    Description: 
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.

  was:
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.


> 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
>
> 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)

Reply via email to