Hi When I did the work CAMEL-1594[1], I found I can't set the HeaderFilterStrategy to the camel-http, camel-cxf, camel-jetty component.
Also I could set the HeaderFilterStrategy on the camel-http endpoint, but I think it's a convenient way to do that. In most case, we just do this binding relates configuration on the component like the camel-jms does. So I suggest to add the HeaderFilterStrategy setting support for this transport related Component. [1] https://issues.apache.org/activemq/browse/CAMEL-1594 Willem