Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 90535 invoked from network); 15 Feb 2008 15:10:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Feb 2008 15:10:29 -0000 Received: (qmail 55202 invoked by uid 500); 15 Feb 2008 15:10:24 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 55189 invoked by uid 500); 15 Feb 2008 15:10:24 -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 55180 invoked by uid 99); 15 Feb 2008 15:10:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 07:10:24 -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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Feb 2008 15:10:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 43EA071408B for ; Fri, 15 Feb 2008 07:10:09 -0800 (PST) Message-ID: <14567073.1203088209275.JavaMail.jira@brutus> Date: Fri, 15 Feb 2008 07:10:09 -0800 (PST) From: "Colm O hEigeartaigh (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-1436) Error in WS-Security 1.1 Signature Confirmation handling MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 Priority: Minor Fix For: 2.1 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.