GitHub user MimerPlusPlus opened a pull request: https://github.com/apache/camel/pull/2042
CAMEL-11282 : RestletComponent changed to extend DefaultComponent and⦠⦠implement HeaderFilterStrategyAware. Testcase added to verify that HeaderFiltering. This is a proposed fix for https://issues.apache.org/jira/browse/CAMEL-11282. Maybe HeaderFilterStrategyComponent could be changed to extend DefaultComponent in version 3.0.0, to catch all other HeaderFilterComponents. You can merge this pull request into a Git repository by running: $ git pull https://github.com/MimerPlusPlus/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2042.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2042 ---- commit c1225844cb4ae5e4eefd9cb54daf8c73950e3939 Author: Dennis Bohnstedt Hansen <mime...@gmail.com> Date: 2017-10-16T12:00:42Z CAMEL-11282 : RestletComponent changed to extend DefaultComponent and implement HeaderFilterStrategyAware. Testcase added to verify that HeaderFiltering ---- ---