You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrea Smyth (JIRA)" <ji...@apache.org> on 2007/01/04 12:42:28 UTC

[jira] Created: (CXF-352) Update WS-A MessageID and WS-RM Acknowledgement headers in resent messages

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