Description
As discussed in mailing list [1], this can be fixed by changing
@GET
ConnInstanceTO readByResource(@MatrixParam("resourceName") String resourceName);
into
@GET
@Path("byResource/
")
ConnInstanceTO readByResource(@PathParam("resourceName") String resourceName);
Attachments
Issue Links
- is related to
-
SYNCOPE-231 Using Standard JAX-RS API in Syncope (Introducing Apache CXF WS Stack)
- Closed