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 D53E4200C89 for ; Sat, 20 May 2017 02:43:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D3ABF160BD4; Sat, 20 May 2017 00:43:07 +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 26C9C160BD1 for ; Sat, 20 May 2017 02:43:07 +0200 (CEST) Received: (qmail 47202 invoked by uid 500); 20 May 2017 00:43:06 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 47183 invoked by uid 99); 20 May 2017 00:43:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 May 2017 00:43:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E8302180533 for ; Sat, 20 May 2017 00:43:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Tx50CJY8jvFQ for ; Sat, 20 May 2017 00:43:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EAF745F20C for ; Sat, 20 May 2017 00:43:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 6F772E01A8 for ; Sat, 20 May 2017 00:43:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2A5F521B55 for ; Sat, 20 May 2017 00:43:04 +0000 (UTC) Date: Sat, 20 May 2017 00:43:04 +0000 (UTC) From: "Jason Pell (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CXF-7378) For the HttpConduit set the http response message along side the RESPONSE_CODE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 20 May 2017 00:43:08 -0000 Jason Pell created CXF-7378: ------------------------------- Summary: For the HttpConduit set the http response message along side the RESPONSE_CODE Key: CXF-7378 URL: https://issues.apache.org/jira/browse/CXF-7378 Project: CXF Issue Type: New Feature Reporter: Jason Pell Assignee: Jason Pell Priority: Trivial Fix For: 3.2.0, 3.1.12 When performing http status code handling in the incoming interceptor chain of a jaxws client, it would be useful to have access to the original message sent by the service as well. I will add a system property to activate this setter so that it does not have unexpected consequences for existing clients. I also want to expose the org.apache.cxf.transport.no_io_exceptions and org.apache.cxf.transport.process_fault_on_http_400 as static properties on HttpConduit so they can be used from client code. -- This message was sent by Atlassian JIRA (v6.3.15#6346)