Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A90B2200D21 for ; Mon, 16 Oct 2017 14:23:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A7A811609EF; Mon, 16 Oct 2017 12:23:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E4ED91609EC for ; Mon, 16 Oct 2017 14:23:50 +0200 (CEST) Received: (qmail 29799 invoked by uid 500); 16 Oct 2017 12:23:50 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 29788 invoked by uid 99); 16 Oct 2017 12:23:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2017 12:23:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A08CADF9F1; Mon, 16 Oct 2017 12:23:49 +0000 (UTC) From: MimerPlusPlus To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #2042: CAMEL-11282 : RestletComponent changed to extend D... Content-Type: text/plain Date: Mon, 16 Oct 2017 12:23:49 +0000 (UTC) archived-at: Mon, 16 Oct 2017 12:23:51 -0000 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 Date: 2017-10-16T12:00:42Z CAMEL-11282 : RestletComponent changed to extend DefaultComponent and implement HeaderFilterStrategyAware. Testcase added to verify that HeaderFiltering ---- ---