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

Claus Ibsen resolved CAMEL-4212.
--------------------------------

    Resolution: Fixed

Okay was a bit more icky to implement as we have in Camel
- 4 http producers
- 2 consumers

And they all got a bit different API, and some works better out of the box with 
multi values and others dont.

Even Jetty on the consumer side had issues, so I had to use a different API to 
grab multi values.

camel-ahc worked the best out of the box, as it supported it without any code 
changes needed.

> http components should support parameters with multiple values when mapping 
> to Camel headers
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-4212
>                 URL: https://issues.apache.org/jira/browse/CAMEL-4212
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-ahc, camel-http, camel-jetty
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.9.0
>
>         Attachments: CAMEL-4212.patch
>
>
> All the http components in Camel should support mapping HttpServletRequest 
> parameters to Camel Message headers where there can be multiple values for 
> the same key. So in that case the value of the Camel Message header should be 
> a List.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to