Thanks @arunpatidar
I am not sure if I am looking at the right values, but this is what I see in my pom.xml. I cannot find org.apache.jackrabbit.vault specifically.
Hi all
As per https://jackrabbit.apache.org/filevault/filter.html update filter is deprecated and we need to use update_properties instead. But this doesn't work . When we replacfe this filter, the build fails with an error which says No enum constant org.apache.jackrabbit.vault.fs.api.ImportM...
@krati_garg I think this doesn't work. As many have mentioned below it gives an error No enum constant org.apache.jackrabbit.vault.fs.api.ImportMode.UPDATE_PROPERTIES .
Is there any solution for this issue ?
For anyone facing the same issue , as @EstebanBustamante mentioned , you need to add your CA class values in the pom.xml. You can add it as Sling-ContextAware-Configuration-Classes: in the CDATA section of <bnd> tag like below
@Kamal_Kishor Will this affect cache ? I understand adding nonce value require each request to have a new nonce value. That means, we cannot cache the responses as each response should be new with a new random generated nonce value. How did you handle that ?
@jeromeleslyv I hope you might have done this , but could you confirm if you have checked the default teaser component behaviour in the same enviornment for the same scenarios ? If it is working as expected then it is to do with some of your changes. Also could you confirm the AEM version you are wo...
Hi Team
I am trying to add CSP headers to my pages. I know we can add it as Headers via dispatcher (which is more secure) and also using meta tags. I need to add some nonce values. So I am thinking to use meta tags. Has anyone implmented CSP with nonce values in AEM as Cloud ? Do you have any p...
Hi @jayv25585659
I don't know which version of AEM you are using, but for cloud I use the below line of code to fetch the featured image from page properties.
Resource cqFeaturedRes = page.getContentResource().getChild(
com.adobe.cq.wcm.core.components.models.Page.NN_PAGE_FE...