CUG pages are getting cached in Dispatcher
HI,
We are at AEM 6.5.5, running deployments using Adobe Cloud Manager.
We are trying to implement CUG (Closed User Group) but I am seeing 2 new issues which I did not see when I first tried CUG 8/9 months back.
1. Could not login to CUG page using Dispatcher URL and was getting error at "/libs/granite/core/content/login.html/j_security_check".
Had to add this rule in Dispatcher to get this resolved.
File name - publish-filter-after.any
Rule - /0065 { /type "allow" /glob "*j_security_check*" }
2. Now I find that CUG pages getting automatically cached in Dispatcher which it should not and thus after first user logs in, from next user onwards Dispatcher is serving the cached page, making CUG authentication irrelevant...User is no longer getting challenged for Authentication.
These are 2 entire new things I am seeing now which was not like that before...
Does anyone have any pointer..?