Forbidden 403 Error | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

By default on publish instances anonymous access to /libs is not allowed. It might be even enforced by dispatcher rules.

If this path is hardcoded in an foundation component, please report it on Daycare, maybe there's already an fix for it. Or you can do it yourself (shouldn't be hard).

Jörg

2 replies

joerghoh
joerghohAccepted solution
Employee
October 16, 2015

By default on publish instances anonymous access to /libs is not allowed. It might be even enforced by dispatcher rules.

If this path is hardcoded in an foundation component, please report it on Daycare, maybe there's already an fix for it. Or you can do it yourself (shouldn't be hard).

Jörg

Sham_HC
New Participant
October 16, 2015

It is cq product bug.   As an workaround in publish instance modify or update a property sling:resourceSuperType at "/libs/foundation/components/adaptiveimage" from /libs/foundation/components/image to "foundation/components/image"

This issue has been filled.