-
Bug
-
Resolution: Done
-
Critical
-
5.10.5.Final
-
None
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.