Already did it: https://issues.apache.org/jira/browse/CAMEL-3516

Also, the workaround I described previously only works on the server side (when HTTP responses are written). For reading multiple cookies from an HTTP response on the client side, an extension to HttpProducer is needed as well.

Am 09.01.11 09:54, schrieb Claus Ibsen:
Hi

Can you create a ticket in the issue tracker?

Link is here
http://camel.apache.org/support


On Fri, Jan 7, 2011 at 8:46 PM, lauri<lauri.fjallst...@gmail.com>  wrote:
Hi,

I'm using Camel to integrate service A to service B using camel-http.
Service B is just an external web server that needs to set some cookies once
in a while. However, if multiple Set-Cookie headers are present in B's
responses, I'm only able to read one of them on A. The reason for this is
that org.apache.camel.Message seems to only have methods for handling
headers that can exist only once.

So, have I completely misunderstood something here or is this just some kind
of a limitation of camel-http module?

Best,
Lauri
--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-http-and-multiple-Set-Cookie-headers-tp3332393p3332393.html
Sent from the Camel - Users mailing list archive at Nabble.com.




--
Martin Krasser

blog:    http://krasserm.blogspot.com
code:    http://github.com/krasserm
twitter: http://twitter.com/mrt1nz

Reply via email to