DAM image on publish instance to be accessible by anonymous user
hi all,
i have setup cq publising instance, , image @ /content/dam/ returning 403 erros, , kept redirect me sling login page.
/system/sling/cqform/defaultlogin.html?resource=
can know how resolve it?
thanks
it might permissions on dam nodes have changed. or if getting image using dispatcher, have restriction on dam nodes.
to check permissions on dam nodes, following:
- first assume trying open image way: http://localhost:4503/content/dam/geometrixx/portraits/scott_reynolds.jpg
- go http://localhost:4503/crx/explorer/index.jsp
- open "content explorer" , go /content/dam/geometrixx/portraits/scott_reynolds.jpg
- click security >> icon , select "access control editor"
- "local access control policies" should empty
- in "effective access control policies"
acl (/content/dam) should have dam-users == allow == crx:replicate, jcr:versionmanagement, rep:write, jcr:lockmanagement.
acl (/content) should have content-authors == allow == crx:replicate, jcr:versionmanagement, rep:write, jcr:lockmanagement.
acl (/) should have 4 deny jcr:read restrictions , 1 allow jcr:read, contibutor allow jcr:read , administrators allow jcr:all
More discussions in Archived Spaces
adobe
Comments
Post a Comment