Hello, I would like to ask how to add Secure and SameSite=Strict flag to the renderid cookie on dispatcher, i know on the link here it is stated that you can add a secure config, but it's not shown how to achieve ithttps://experienceleague.adobe.com/en/docs/experience-manager-dispatcher/using/config...
Hello all,I'm trying to import third party dependency in my project , so i added below dependency in core pom.xml<!-- https://mvnrepository.com/artifact/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer --> <dependency> <groupId>com.googlecode.owasp-java-html-sanit...
i dont have much idea on JSON+LDbut i want to map the JSON+LD attributes to data we have available in my components , for few pageswhat is best approach ?
Hi,The aio app deploy command is not deploying my web actions specified in the yaml file. I tried with creating a new project and then also the aio app deploy is not deploying the generic action(default one). Would like to know the solution to solve the issue. When i hit aio app build also, no web a...
Hi Team, I have one component In that i have included another component like belowSay like banner component included dropdown-bar-takeover-v2<sly data-sly-test= "${properties.enableDate}"><div data-sly-resource="${'./enableDateDropDown' @ resourceType = 'we-retails/components/content/dropdown/dropdo...
Hi Team I have created a custom log at system/console/slinglog with log level info and additive false I have selected correct java file from core. I can see log file is created however logs are capturing when I trigger any page which uses this java file. I can configuration is also created at /apps/...
When content is distributed using SCD (Distribute feature available on /libs/granite/distribution/content/distribution-agent.html?agentName=publish), why does it not update the cq:lastReplicated, cq:lastReplicatedBy properties?
HI All, I have a requirement, where I have a large number of tags in my system under cq:tags example (/content/cq:tags/exampleTag), but these tags have only title property and description property in it, I need to add a new property as ID for it, a one similar to jcr:uuid (either this is also fine)....
Hi Team, I have performed in-place upgrades on author and publisher instances and after all the process is ok. Verified the upgrade.log file and error.log file.Now, when I try to log in to the publisher instance - not able to log in. Tried login viahttps://<IP>:<PORT>/libs/granite/core/content/login...
Suppose BundleA is having depenedancy with BundleB and also BundleB is having dependancy on BundleA. So how this dependencies will be resolved . And when and how will this bundles be started FYI: Just had a curiosity to know.