Dispatcher Flushing Issue | Community
Skip to main content
Parusharam
Level 2
February 25, 2020
Solved

Dispatcher Flushing Issue

  • February 25, 2020
  • 1 reply
  • 1947 views

Problem:

When I tried to invalidate dispatcher cache using acs aem commons dispatcher flush,"/content/" is getting removed from the path and appending the remaining path to the doc root and trying to flush the new path which is not a valid path.

 

Example:
When I flush "/content/abc/home.html"  "/content"is getting trimmed and remaining URL is getting appended to the "/opt/aem/data" and the final url will be /opt/aem/data/abc/home.html which is invalid path in apache and the cache invalidation is failed.

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 user05162

Ideally, Flush should be automatically triggered when you replicate a page from author to publish.

 

That said, You might want to check for any URL rewriting Or linkchecker configuration causing the issue.

1 reply

user05162Adobe EmployeeAccepted solution
Adobe Employee
February 26, 2020

Ideally, Flush should be automatically triggered when you replicate a page from author to publish.

 

That said, You might want to check for any URL rewriting Or linkchecker configuration causing the issue.