Leiste mit Community-Erfolgen erweitern.

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

Mark Solution

Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.

GELÖST

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 Akzeptierte Lösung

Avatar

Korrekte Antwort von
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

Lösung in ursprünglichem Beitrag anzeigen

5 Antworten

Avatar

Korrekte Antwort von
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