Dispatcher cache for suffix | Community
Skip to main content
Level 4
March 6, 2019
Solved

Dispatcher cache for suffix

  • March 6, 2019
  • 2 replies
  • 3866 views

Hi All,

I faced with issue with dispatcher cache.

I see some strange requests to my site.

E.g. /my-site.html/my-site.html

In case dispatcher cache wasn't created before

my-site.html created as a folder in cache.

Then when user tries to open /my-site.html I see that cache is not created for html file.

Can it be fixed by some dispatcher configurations?

Thanks,
Alex

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Alex_Popov1

I just found topic with the same issue - Caching Pages with Suffix Paths in AEM/ CQ Dispatcher - WE ARE ONE INSIDE

But it looks like a workaround, not a proper fix.

2 replies

Alex_Popov1AuthorAccepted solution
Level 4
March 6, 2019

I just found topic with the same issue - Caching Pages with Suffix Paths in AEM/ CQ Dispatcher - WE ARE ONE INSIDE

But it looks like a workaround, not a proper fix.

joerghoh
Adobe Employee
Adobe Employee
March 7, 2019

Hi,

the problem is that my-site.html cannot exist as a file AND a directory at the same time. That is not a limitation of the dispatcher but of the filesystems. Thus the approach mentioned in the blog is a viable solution.

Jörg