]
Martin Stefanko updated JBTM-3323:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: Martin Stefanko
Priority: Critical
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.