Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

AEM5.6.1 SP2 | Redirected to /system/sling/cqform/defaultlogin.html instead of 404 page

Avatar

Level 2

My publish instance doesn't show 404 page for the anonymous user. Instead it shows the "/system/sling/cqform/defaultlogin.html" page.

If I am logged in as admin user, it works fine and shows the 404 error.

Did anyone face the same issue?

1 Reply

Avatar

Level 7

Hi,

Write some code to check if the logged in user/anonymous user has access to that particular resource he/she is trying to access. Then login with as admin to the repo and try to access the same resource again. Most probably there you would get 403 status code, as the anonymous user might not have access to the page. Here is a similar thread to your problem which should be helpful.

https://forums.adobe.com/thread/1060925

Check ACS Commons solution which is a good solution to handle all the error pages - http://adobe-consulting-services.github.io/acs-aem-commons/features/errorpagehandler.html

Thanks Tuhin