[ https://issues.apache.org/jira/browse/CAMEL-21828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933448#comment-17933448 ]
Claus Ibsen commented on CAMEL-21828: ------------------------------------- For a Camel route that starts from servlet / jetty / platform-http, then you can also remove any unwanted headers simply by using .removeHeaders("camel*") as the first step in your Camel route. This will remove any headers that start with Camel (ignore any kind of case, so will remove CamelXXX camelXXX CaMELxxx caMELxxx and so on) > camel-http - DefaultHeaderFilterStrategy optimize filter > -------------------------------------------------------- > > Key: CAMEL-21828 > URL: https://issues.apache.org/jira/browse/CAMEL-21828 > Project: Camel > Issue Type: Improvement > Components: camel-http > Affects Versions: 4.8.0, 4.10.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Major > Fix For: 3.22.4, 4.8.5, 4.10.2, 4.11.0 > > > The filter should be optimized for http based components -- This message was sent by Atlassian Jira (v8.20.10#820010)