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 CFA93200BBA for ; Sat, 5 Nov 2016 13:00:34 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CE448160AEF; Sat, 5 Nov 2016 12:00:34 +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 46AA6160AE0 for ; Sat, 5 Nov 2016 13:00:34 +0100 (CET) Received: (qmail 67078 invoked by uid 500); 5 Nov 2016 12:00:33 -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 67066 invoked by uid 99); 5 Nov 2016 12:00:33 -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; Sat, 05 Nov 2016 12:00:33 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E366BE040E; Sat, 5 Nov 2016 12:00:32 +0000 (UTC) From: tadayosi To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request #1249: CAMEL-10429 - CXFRS client requires Exchange.HTTP_... Content-Type: text/plain Date: Sat, 5 Nov 2016 12:00:32 +0000 (UTC) archived-at: Sat, 05 Nov 2016 12:00:35 -0000 GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/1249 CAMEL-10429 - CXFRS client requires Exchange.HTTP_URI instead of HTTP_PATH for Camel tranport https://issues.apache.org/jira/browse/CAMEL-10429 Consolidating the header mapping logic into `CxfHeaderHelper`. The core part of the fix is this line: https://github.com/apache/camel/compare/master...tadayosi:CAMEL-10429?expand=1#diff-ddb35843f1171bf5023cbf3a72fa2581R107 where CXF HTTP header mappings are added to `propagateCxfToCamel(..)` method. However, there is still room for further consolidation of the header mapping logic between `DefaultCxfRsBinding` and `CxfHeaderHelper`. I'll file another JIRA later for this refactoring. You can merge this pull request into a Git repository by running: $ git pull https://github.com/tadayosi/camel CAMEL-10429 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/1249.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 #1249 ---- commit e55502ea019a7b092303a67d3adb1c2cbe972d74 Author: Tadayoshi Sato Date: 2016-11-05T07:49:01Z CAMEL-10429 - CXFRS client requires Exchange.HTTP_URI instead of HTTP_PATH for Camel tranport ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---