Hey DJ Sarkar!
Using custom filter's for redirects may create some confusion down the line.
Why not modify the OOTB /libs/sling/servlet/errorhandler/404.jsp, in code call your service to verify if this path needs to be 301 or 404. Depending on the outcode either redirect page or serve a 404.
T...
Hi Abhishek,
In AEM as a Cloud Service you probably want to utilise Preview Service[1] this way you will show Authored content to any interested party before it goes to Live.
Preview has standard Publisher to render content and Dispatcher to cache content.
[1] https://experienceleague.adobe.co...
Hi Sunil,
Unfortunately, in recent JDK version with things moving around it may be a bit tricky to get code into proper running mode.
In this case you're facing problems due to JEP 320 [1] where certain dependencies have been moved/removed in Java 9+.
Kindly ensure you do have com.sun.xml.ws e...
Hi Julio,
Once you get an exception from commerce service, set response status to 500 for this request.
Then tell Dispatcher to not cache 500 and ask Dispatcher to do the logic you need Dispatcher to do.
Regards,
Peter
Hi Nivetha,
You are checking for a specific run mode called 'prd' in code supplied,
Kindly ensure that your instance actually contains or does no contain this specific run mode.
Follow following link to read about setting specific run modes:
https://experienceleague.adobe.com/docs/experience-m...
Hi Prasad,
Kindly check following KB[1] for more information,
[1] https://experienceleague.adobe.com/docs/experience-cloud-kcs/kbarticles/KA-17476.html?lang=en
Regards,
Peter
Hi Deepthi,
Assuming it's on your local box,
Check your project build and associated pom file to see how this package get's created, remove it if it's not needed.
Regards,
Peter
Hi Supriya,
To remove OOTB Generated divs you can add cq:noDecoration tag[1]
[1https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/decoration-tag.html?lang=en]
In case if Lighthouse will still revert with issues, you would need to further look into your applicatio...
Hi,
Being asked to use customer generated key to encrypt data in Adobe AEM as a Cloud Service.
I'm aware it's available and possible in AEP (https://experienceleague.adobe.com/docs/platform-learn/tutorials/privacy/set-up-customer-managed-keys.html?lang=en)
Is it possible to encrypt data in Adob...