[
https://issues.apache.org/jira/browse/CAMEL-16110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jens Kleine-Herzbruch updated CAMEL-16110:
------------------------------------------
Description:
If you send a message to a CxfRsProducer that has the header
Exchange.HTTP_QUERY set, the HTTP message sent will contain the header
{code:java}
org.apache.cxf.message.Message.QUERY_STRING=q=1{code}
for example.
This header should not be present in the message since it is internal to the
endpoint.
was:
If you send a message to a CxfRsProducer that has the header
Exchange.HTTP_METHOD set, the HTTP message sent will contain the header
{code:java}
org.apache.cxf.message.Message.QUERY_STRING=q=1{code}
for example.
This header should not be present in the message since it is internal to the
endpoint.
> camel-cxfrs - CxfRsProducer leaks Header when Exchange.HTTP_QUERY is set
> ------------------------------------------------------------------------
>
> Key: CAMEL-16110
> URL: https://issues.apache.org/jira/browse/CAMEL-16110
> Project: Camel
> Issue Type: Bug
> Components: camel-cxfrs
> Affects Versions: 3.7.1
> Reporter: Jens Kleine-Herzbruch
> Assignee: Claus Ibsen
> Priority: Minor
>
> If you send a message to a CxfRsProducer that has the header
> Exchange.HTTP_QUERY set, the HTTP message sent will contain the header
> {code:java}
> org.apache.cxf.message.Message.QUERY_STRING=q=1{code}
> for example.
> This header should not be present in the message since it is internal to the
> endpoint.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)