Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-358

ConnectorService#list invocation with null parameter actually calls ConnectorService#readByResource

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.1, 1.2.0-M1
    • client, common, core
    • None

    Description

      As discussed in mailing list [1], this can be fixed by changing

      @GET
      ConnInstanceTO readByResource(@MatrixParam("resourceName") String resourceName);

      into

      @GET
      @Path("byResource/

      {resourceName}

      ")
      ConnInstanceTO readByResource(@PathParam("resourceName") String resourceName);

      [1] http://syncope-dev.1063484.n5.nabble.com/DISCUSS-ConnectorService-Java-7-and-MatrixParam-tt5713486.html

      Attachments

        Issue Links

          Activity

            People

              ilgrosso Francesco Chicchiriccò
              ilgrosso Francesco Chicchiriccò
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: