You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/05/13 17:14:51 UTC

[jira] Resolved: (CAMEL-1609) Content type for HTTP not being send in header

     [ https://issues.apache.org/activemq/browse/CAMEL-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-1609.
---------------------------------

    Resolution: Fixed

trunk
 http://svn.apache.org/viewvc?rev=774383&view=rev
camel-1.x
 http://svn.apache.org/viewvc?rev=774394&view=rev

> 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: 1.6.0, 2.0-M1
>         Environment: MAC OSX (Leapord), Eclipse 3.4, TomCat 6
>            Reporter: Frank V. Castellucci
>            Assignee: Willem Jiang
>             Fix For: 1.6.1, 2.0.0
>
>
> 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.