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?

I have also added this as comment to the jira
-- 
View this message in context: 
http://www.nabble.com/Jetty-component-and-HTTP-parameter-tp24287116p24423918.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to