Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.4.4, 2.5.2
-
None
-
Unknown
Description
In CXF-4146, to support the robust-inonly mode with WS-RM, the acknowledgement step has been moved to the post-service invocation step so that the acknowledgement message is sent back to the client after the service invocation. This change has provided the robust-inonly processing for WS-RM with delivery assurance of AtLeastOnce.
However, moving the acknowledgement code after the service invocation step also moved the duplicate check, which should actually be performed before the service invocation in order to support the AtMostOnce delivery assurance.
Therefore, the duplicate check code must be moved back to the original position.