Details
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.