etc.clientlib proxy in publish does not work for anonymous users
Hi,
I have an issue with the AEM 6.4.installation,
We try to use the new etc.clientlib proxy servlet that came in AEM 6.3 in our AEM 6.4.3 installation and I have an issue with the JS and CSS files not being loaded properly, all URLs give me a 404 error if I am not logged into the publish server.
This is of course not possible in the real world.
The only way for me to get this to work is to apply an ACL jcr:read access for anonymous users to the /etc folder.
I however feel that this opens up a security issue towards AEM since it opens up the entire etc folder, even though I can control traffic to AEM via dispatcher.
Is this really the only way forward with this proxy or have I missed something in the security settings?
The documentation only says the ACLs is managed on a per location basis but I have applied anonymous access to the componentclientlib folders but that does nothing.
So I am after a clear description to how ACLs should be applied in order to get the etc.clientlib proxy to work in the publishing environment.
