Hello all,
we have custom templates and polices in our project deployed to "/conf/customProject/settings/wcm/templates" and "/conf/customProject/settings/wcm/policies".
The problem is, that on the publisher the policies don't work, because of the deny jcr:all for everyone on the conf-folder. So we need to add 2 ACLs:
This works perfectly for us, but we don't know if there are any side effects or if there is not a better user (maybe a system user) for this issue.
Does anyone have the same issue and a better practice to handle it?
Best, Maik
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Maikman83
I think the glob expression should be ok, however if you want to be safe I would follow the examples presented by AEM Project archetype:
Hi @Maikman83
I think the glob expression should be ok, however if you want to be safe I would follow the examples presented by AEM Project archetype:
@Daniel_Gordon thank you for your answer.
We researched a little by ourself and we found this documentation: https://docs.adobe.com/content/help/en/experience-manager-64/developing/platform/templates/page-temp...
Adobe recommend using the anonymous user. This user is part of the everyone group, so I think both solutions are capable.
Have a nice time.
Best, Maik
Views
Replies
Total Likes