Issues with Auth check servlet in AEM
Hi Team,
I have a requirement for sensitive permission caching in AEM. I followed the documentation
https://experienceleague.adobe.com/docs/experience-manager-dispatcher/using/configuring/permissions-...
Auth check servlet is receiving the call from dispatcher when ever we hit the page.
String uri = request.getParameter("uri").replace(".html", "");
logger.debug("Request URL {}", uri);
When I print the URL the value is always : Request URL /content/mysite/en-us/errors/404
It is working as expected in local. Only in Dev it is causing the issue.
It very strange behavior. Can some one please guide me on this. Any help is highly appreciated.
Thanks.