[
https://issues.apache.org/jira/browse/CAMEL-7246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14019664#comment-14019664
]
Jan Hoeve commented on CAMEL-7246:
----------------------------------
I encountered the same issue.
Wrote a question about it on the mailinglist:
http://cxf.547215.n5.nabble.com/Why-is-the-Content-Length-header-copied-from-request-to-response-td5744803.html
I figured out a workaround:
{code:java}
from("cxfrs:bean:rsServer?bindingStyle=SimpleConsumer&resourceClasses=my.own.ResourceClass)
.removeHeader("Content-Length") // <!-- workaround.. just remove the incoming
header so it cannot do any harm
.bean(myBean, "myMethod")
{code}
Is this workaround known to cause any side-effects though?
> [cxfrs] SimpleConsumer returns wrong Content-Type
> -------------------------------------------------
>
> Key: CAMEL-7246
> URL: https://issues.apache.org/jira/browse/CAMEL-7246
> Project: Camel
> Issue Type: Bug
> Components: camel-cxf
> Affects Versions: 2.12.2
> Reporter: Alexey Markevich
> Attachments: camel-cxfrs-content-type.zip
>
>
> Looks like Content-Type is taken from request
--
This message was sent by Atlassian JIRA
(v6.2#6252)