Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 31098 invoked from network); 18 Feb 2008 19:05:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2008 19:05:06 -0000 Received: (qmail 13810 invoked by uid 500); 18 Feb 2008 19:05:00 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 13797 invoked by uid 500); 18 Feb 2008 19:05:00 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 13786 invoked by uid 99); 18 Feb 2008 19:05:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 11:05:00 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 19:04:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A9DC8234C04A for ; Mon, 18 Feb 2008 11:04:34 -0800 (PST) Message-ID: <1161187131.1203361474694.JavaMail.jira@brutus> Date: Mon, 18 Feb 2008 11:04:34 -0800 (PST) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Resolved: (CXF-1436) Error in WS-Security 1.1 Signature Confirmation handling In-Reply-To: <14567073.1203088209275.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-1436. ------------------------------ Resolution: Fixed > Error in WS-Security 1.1 Signature Confirmation handling > -------------------------------------------------------- > > Key: CXF-1436 > URL: https://issues.apache.org/jira/browse/CXF-1436 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.1 > Reporter: Colm O hEigeartaigh > Assignee: Daniel Kulp > Priority: Minor > Fix For: 2.0.5 > > Attachments: sigconf.patch > > > WS-Security 1.1 Signature Confirmation is a mechanism whereby a receiver of a signed SOAP message attaches a "SignatureConfirmation" blob in the responding SOAP message containing the signature that was received. In this way the initiator knows that the signature was received correctly. > In CXF, support for signature confirmation is provided via the WSS4J*Interceptors. However, there's a minor boolean bug in the WSS4JOutInterceptor that mixes up the roles of the requestor and the responder, and hence this feature is broken. > See attached patch for fix and unit test. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.