[ 
https://issues.apache.org/activemq/browse/CAMEL-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52785#action_52785
 ] 

Claus Ibsen commented on CAMEL-1806:
------------------------------------

@Willem

1)
I think you should revert this change. POST does not support request parameters.
And since the = sign is in the payload you think its a parameter

Parameter name: <?xml version
Value: the rest of the POST body.

2)
And then you should if POST check the URI string instead and only grab the 
parameters from there.
There must be a method on HttpRequest that can return the URI used. 

> put the query parameters into the message header
> ------------------------------------------------
>
>                 Key: CAMEL-1806
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1806
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.2, 2.0.0
>
>
> We will have the query parameter with POST and GET method.
> But current Camel just support to put these parameters into the message 
> header with the http GET method.
> Here is the user requirement of this[1], we should add this support in Camel.
> [1] http://www.nabble.com/Jetty-component-and-HTTP-parameter-to24287116.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to