If you look at the description of the below filter, it says the filter adds Content-Disposition as attachment. But to play or display anything directly on the tab, you need the disposition to be inline. So, just add the path you need to the exclude list. This will make the file/video/asset open in t...
Hi @Uday_BhaskarPe ,
Could you please confirm the AEM version you're using? Is it AEM 6.5 or AEM as a Cloud Service?
If you're on AEM as a Cloud Service, the Content Disposition Filter is no longer supported as per Adobe documentation: https://experienceleague.adobe.com/en/docs/experience-manager-c...
Hi @SudarshanV1
Your question is really valid. This is something I tried solving long back. The duplication of cq:policy entries across templates definitely feels unnecessary.
But from what I understand, the cq:policy is already pointing to a common path where the actual policy is defined. So even t...
Hi @Suman589
Just to confirm my understanding—
You have a review workflow, and after the review is completed, you want to schedule the activation of the page via the workflow. That means the page should only be activated at the scheduled time you’ve selected. I’m assuming you’re capturing the dat...
Hi @AyushAg3
Normally, when you need to override methods in a delegated service, you can use the following format:
@Delegates(excludes=DelegationExclusion.class)
I’ve briefly explained this concept in my article: AEM: Avoiding Delegation Pattern Pitfalls with Core Components.
I'm not sure if...
@kautuk_sahni For now only @daniel-strmecki answer sounds right for me as that can be a possible solution for my concern. I will mark that as correct .
That's great news, @daniel-strmecki ! So, as per ICP guidelines, having servers inside China is not mandatory, but ensuring content availability within China is sufficient. Is my understanding correct?