Dispatcher cache for suffix | Adobe Higher Education
Skip to main content
Level 4
March 6, 2019
Beantwortet

Dispatcher cache for suffix

  • March 6, 2019
  • 2 Antworten
  • 3866 Ansichten

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

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

Alex_Popov1AutorAntwort
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