


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?
Views
Replies
Sign in to like this content
Total Likes
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
Views
Replies
Sign in to like this content
Total Likes