Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

jcr:content path in dispatcher

Avatar

Level 6

I am getting 403 error for the resources which has jcr:content in its path while accessing it using dispatcher (4.1.8)

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi,

Which plattform are you using? Windows? IIRC you cannot create files with a ":" in the name on windows, which makes it hard for the dispatcher to actually cache these files.

kind regards,
Jörg

View solution in original post

5 Replies

Avatar

Correct answer by
Employee Advisor

Hi,

Which plattform are you using? Windows? IIRC you cannot create files with a ":" in the name on windows, which makes it hard for the dispatcher to actually cache these files.

kind regards,
Jörg

Avatar

Level 10

You can have a rewrite rule to convert jcr:content to _jcr_content

Avatar

Level 10

Do you mean when you access an AEM JCR resource (such as a cached page) when the Dispatcher is configured.  Can you please explain your use case in more detail? 

Avatar

Level 6

Whenever a content in AEM has path like /content/parsysname/image/par/jcr:content/image.name.html , dispatcher is not able to fetch the html from cache since the jcr:content folder is renamed as _jcr_content

Avatar

Level 10