On Mon, Feb 7, 2011 at 2:31 PM, Cappa Roberto
<roberto.ca...@guest.telecomitalia.it> wrote:
> Hi,
>
> I've a problem with this simple route (Camel 2.6.0):
>
> from("servlet:///myServlet?matchOnUriPrefix=true").to("http://localhost:8080/service?bridgeEndpoint=true";)
>
> If I send an HTTP packet to the servlet, the Content-Type header is removed. 
> The same behavior if I force the Content-Type between from and to.
>
> I saw that this bug was resolved in an older version: 
> https://issues.apache.org/jira/browse/CAMEL-1609
>
> It is quite strange, but in the last version it seems to be the same problem. 
> Where am I  wrong?
>

Its fixed on trunk.
There is a fairly new ticket about the problem.



> Thanks.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to