Uploaded image for project: 'Websphere Commerce Integration'
  1. Websphere Commerce Integration
  2. MGNLWCS-112

Rest call for guest user logout has wrong url

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Neutral
    • 1.2
    • 1.0, 1.1
    • None
    • None
    • Kromeriz 14
    • 1

    Description

      Wrong code:

          @DELETE
          @Path("/store/{storeId}/loginidentity/@self")
          @Produces("application/json")
          public void logoutGuestUser(@PathParam("storeId") int storeId);
      

      Should be:

          @DELETE
          @Path("/store/{storeId}/guestidentity/@self")
          @Produces("application/json")
          public void logoutGuestUser(@PathParam("storeId") int storeId);
      

      Checklists

        Acceptance criteria

        Attachments

          Activity

            People

              jsimak Jaroslav Simak
              jsimak Jaroslav Simak
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Bug DoR
                  Task DoD