Sling Script Resolution in publish instance for anonymous user
How does component's jsp gets executed on aem publish instance for anonymous user when anonymous does not have access to '/apps' folder.
- content page gets rendered properly for anonymous user even when it does not have access to /apps, as per sling script resolution; the script is searched under 'apps' or 'libs'
http://dev.day.com/content/ddc/blog/2010/08/understanding_howsc.html
How does the script gets resolved when the anonymous user does not have access to apps in publish instance?
Does the jsp script gets compiled at a place and loaded from there?