Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 70337 invoked from network); 4 Jan 2007 11:42:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jan 2007 11:42:52 -0000 Received: (qmail 69662 invoked by uid 500); 4 Jan 2007 11:42:56 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 69612 invoked by uid 500); 4 Jan 2007 11:42:56 -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 69413 invoked by uid 99); 4 Jan 2007 11:42:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2007 03:42:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 04 Jan 2007 03:42:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0340B71431D for ; Thu, 4 Jan 2007 03:42:28 -0800 (PST) Message-ID: <7092810.1167910948010.JavaMail.jira@brutus> Date: Thu, 4 Jan 2007 03:42:28 -0800 (PST) From: "Andrea Smyth (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Created: (CXF-352) Update WS-A MessageID and WS-RM Acknowledgement headers in resent messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Update WS-A MessageID and WS-RM Acknowledgement headers in resent messages --------------------------------------------------------------------------- Key: CXF-352 URL: https://issues.apache.org/jira/browse/CXF-352 Project: CXF Issue Type: Task Components: WS-* Components Reporter: Andrea Smyth Currently a message is resent as is. This implies use of the originally assigned messageID, and works because we are by default tolerant against duplicate messageIDs . To be strictly compliant, the resent message should be given a new ID. Once we are updating the headers, we may also either remove any pre-existing SequenceAcknowledgement header (it may be out-of-date, but that does not cause any harm) or, for efficiency, replace it with an up-to-date SequenceAcknowledgement. Requires re-running the message through a selective chain of interceptors or else a manual approach to updating the headers in question. and subsequently re-marshalling the messge. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira