[MGNLWCS-112] Rest call for guest user logout has wrong url Created: 29/Sep/15  Updated: 29/Aug/16  Resolved: 30/Sep/15

Status: Closed
Project: Websphere Commerce Integration
Component/s: None
Affects Version/s: 1.0, 1.1
Fix Version/s: 1.2

Type: Bug Priority: Neutral
Reporter: Jaroslav Simak Assignee: Jaroslav Simak
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Sprint: Kromeriz 14
Story Points: 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);

Generated at Mon Feb 12 11:13:23 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.