Expand my Community achievements bar.

SOLVED

Forbidden error on Publisher QA .

Avatar

Level 1

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 .

1 Accepted Solution

Avatar

Correct answer by
Level 8

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

View solution in original post

2 Replies

Avatar

Level 10

Avatar

Correct answer by
Level 8

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