You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/08/15 12:22:35 UTC

[jira] Commented: (CAMEL-1806) put the query parameters into the message header

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

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

Willem there is still issues with this. When you POST data using x-www-form-urlencoded such as a ascii/binary file you want the content of this to be stored in the message body and not as HTTP headers.

For example
{code}
 curl -d@src/test/data/data.txt http://localhost:9080/myapp/myservice
{code}

Where we want to post the data.txt file to Camel and want its content to be in the body

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