-
Bug
-
Resolution: Done
-
Major
-
5.10.1.Final
-
None
In the JAX-RS resource io.narayana.lra.coordinator.api.Coordinator there are two conflicting JAX-RS paths:
@GET @Path("{LraId}/status") public Response getLRAStatus
and
@GET @Path("{NestedLraId}/status") public Response getNestedLRAStatus
which impose erroneous states for the nested LRAs. I would propose to prefix all endpoints for nested LRAs at the Coordinator class to be prefixed with `/nested`.