Content type for HTTP not being send in header
----------------------------------------------

                 Key: CAMEL-1609
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1609
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-http
    Affects Versions: 2.0-M1
         Environment: MAC OSX (Leapord), Eclipse 3.4, TomCat 6
            Reporter: Frank V. Castellucci


I use the following route:

                final   String  spurl = protocols.get(0).getEpUrl();
                        cc.addRoutes(new RouteBuilder()
                        {
                                public  void    configure()
                                {
                                        from("direct:say")
                                        
.setHeader(HttpConstants.HTTP_CONTENT_TYPE, 
                                                        
constant("application/octet-stream"))
                                        .to(spurl);
                                }
                        });

where "spurl" is the servlet URL endpoint. The messages are being sent to the 
servlet, but the content type in the "doPost(...)" is null.




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