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

swen vogel commented on CAMEL-1806:
-----------------------------------

I have tested the feature with apache-camel-2.0-SNAPSHOT.zip (Thu Jul 09 
17:35:12 GMT+00:00 2009)
and send a very simple XML file as request body:

<?xml version="1.0" encoding="ISO-8859-1"?>
<test>
        Hello World
</test>

And i encountered two problems:

1. In the IN message exists the following curious header:

HEADER NAME:
<?xml version 

HEADER VALUE:
"1.0" encoding="ISO-8859-1"?>
<test>
        Hello World
</test>

2. The original message body of the IN message is empty when processed by 
following processor's,
     perhaps the stream cache is not reseted?

> 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