Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 5.6.1 Inbox link Defect

Avatar

Level 10

Hello,

We have a task in the inbox, and as i see in AEM 5.6.1, on click of the link under "Content" column (as provided in snapshot attached),  I see the link being 

1. http://localhost:4502/bin/wcmcommand?cmd=open&path=%252Fcontent%252Fcampaigns%252......

Instead of

2. http://localhost:4502/content/campaigns/.....

This occurs in 5.6.1 instance Only and not in 5.6. 

As a result when i click on the incorrect link that AEM provides,[1] above, we get a 404, page not found error.

Can someone please confirm if this is a defect.

Regards,

Nicole

1 Accepted Solution

Avatar

Correct answer by
Level 10

This is a known bug and is reported in the AEM bug base. 

View solution in original post

7 Replies

Avatar

Correct answer by
Level 10

This is a known bug and is reported in the AEM bug base. 

Avatar

Level 7

Can you tell us the bug report number or the patch that we need to apply to fix this please?

Avatar

Level 10

DarrenBiz wrote...

Can you tell us the bug report number or the patch that we need to apply to fix this please?

 

CQ5-34572 . Overlay [1] & change url to

var url = CQ.HTTP.externalize(CQ.shared.XSS.getXSSValue(value));

[1]   /libs/cq/workflow/widgets/source/utils/InboxUtil.js

Avatar

Level 2
This issue still pops-up even in AEM 6.5 even though the abovementioned line fix is present

Avatar

Level 7

Thanks Sham. Is there an official hotfix for this fix?