この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
If we configure "/amazon" on any page, let's say "/myapp/home" page and access the home page using the Vanity Path "/amazon", will it cache the "/amazon" in Dispatcher? If yes, then what if we update the "/amazon" vanity path to "/Amazon" and activate the home page, will the AEM clear the Dispatcher Cache of the old "/amazon" page by default or do we need to configure something to make that happen. Please Suggest. Thank you
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
The cache for the old vanity would not be cleared if new vanity URL is added.
/amazon would still be accessible as a static page in dispatcher even if the new vanity is changed to /Amazon. The /amazon cache would have to be manually invalidated or cleared.
Jörg Hoh need your help.
表示
返信
いいね!の合計
In addition to the Dispatcher Docs - we have these webinars on this subject --
1. Scott's Digital Community: Ask the AEM Community Experts for July 2017
2. https://communities.adobeconnect.com/p8h87dumxgv/?launcher=false&fcsContent=true&pbMode=normal
表示
返信
いいね!の合計
AEM would not clear the cache for the old path when the vanity URL is changed. The has to be invalidated manually or through some logic.
表示
返信
いいね!の合計
Hi Rima,
Thank you for that. But what if we add new Vanity URLs for the same page having some Vanity URLs. Does AEM by default clear the cache or else here also we need to have a custom logic.
Thanks you.
表示
返信
いいね!の合計
The cache for the old vanity would not be cleared if new vanity URL is added.
/amazon would still be accessible as a static page in dispatcher even if the new vanity is changed to /Amazon. The /amazon cache would have to be manually invalidated or cleared.