]
Thomas Jenkinson commented on JBTM-2938:
----------------------------------------
[~mmusgrov] this has a fix version of 5.9.7.Final but doesn't seem to be in
LRA participant complete/compensate methods should use HTTP PUT
---------------------------------------------------------------
Key: JBTM-2938
URL:
https://issues.redhat.com/browse/JBTM-2938
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.7.0.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Priority: Major
Fix For: 5.9.7.Final
LRA participant complete and compensate methods are currently called using an HTTP POST
request. Since these methods should be idempotent they should respond to PUT since in a
REST based system PUT is idempotent and POST is not.
Both the implementation and the specification need changing.