Michael Musgrove created JBTM-3323:
--------------------------------------
Summary: LRA server filter is registered twice
Key: JBTM-3323
URL:
https://issues.redhat.com/browse/JBTM-3323
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.10.5.Final
Reporter: Michael Musgrove
Assignee: Michael Musgrove
Fix For: 5.next
The LRA ServerLRAFilter is being registered twice, once implicitly because ServerLRAFilter
is a Provider, and once explicitly in FilterRegistration. Resteasy ignores the second
registration but this is not the case for other JAX-RS implementations such as Apache CXF
and the endpoints may be registered twice. In particular this can result in 2 LRAs being
created for the same client request.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)