We enable to access Jcr_content. But once we enable this on dispatcher.any , we can see same URL location on cache folder. Still we are getting forbidden error 403.
The dispatcher Cache folder contains JCR:content as "_jcr_content ".
Is it possible to cache JCR:CONTENT .
Solved! Go to Solution.
Views
Replies
Total Likes
jcr:content is a JCR node type which is meaningful only in the context of a JCR implementation (i.e. inside the CQ repository). Dispatcher handles files that are already rendered by CQ such as html file, jpg, etc, so it doesn't come into contact or 'know' about the repository nodes.
Perhaps if you explain what you are trying to accomplish we can help you with your Dispatcher configuration.
scott
Views
Replies
Total Likes
See this AEM topic:
http://dev.day.com/docs/en/cq/current/deploying/dispatcher.html
Views
Replies
Total Likes
jcr:content is a JCR node type which is meaningful only in the context of a JCR implementation (i.e. inside the CQ repository). Dispatcher handles files that are already rendered by CQ such as html file, jpg, etc, so it doesn't come into contact or 'know' about the repository nodes.
Perhaps if you explain what you are trying to accomplish we can help you with your Dispatcher configuration.
scott
Views
Replies
Total Likes