I need to create an HTTP session. Issue -> If I'm hitting the servlet using two different query params, it is not creating two different sessions. For the first request, a new session is created, but for second request, session.isNew() is returning false with same session ID. What can be the issue?H...
Hi Folks, I have a requirement to have robots.txt file at site root.Everything is working fine in local SDK publish instance. I am following below linkhttps://www.aemtutorial.info/2020/07/robotstxt-file-in-aem-websites.html robots.txt is placed under/content/dam/test-project/robots.txt Rule to short...
Hi All,we have a policies stored under "/conf/<path>/settings/wcm/policies" where we have not committed the properties "cq:lastReplicationAction, cq:lastReplicationBy, cq:lastReplicated" for policies. so, when author/authorizer who don't have permission to replicate "/conf" trying to publish a page ...
Hi Guys I have one requirement where i need to get a current page path to pass it into some logic in component level and that component is used in experience fragment and that fragment is used in template, template used for creating pages.Method 1-<header data-sly-use.header="${'com.xyz.aem.core.mo...
Hi TeamI am working on Ansible playbook to Install AEM Multiple environments .In Ansible Script , Can we do AEM6.5.0 based version + Service Pack Package +Forms add-on package + OOTB AEM Forms Project followed by restart (Ex : run /bin/start.sh + curl command to install packages )Or Unpack AEM Base...
Hello, I am writing a document by importing the PP_MOR_DATA_LIST_E data value with New Data connection. Looking at the picture above, the serial number is from 1 to 100 because the order quantity is 100. How do I know if I need to write data binding or logic?Even if the order quantity is 100, I...
We've come to find out that if we do not detach before deleting a Live Copy page, it will add a property to the Language copy of the page that tells the system not to inherit that page in the Live Copy again. It's caused some problems, so we're trying to be careful to detach a Live Copy before delet...
Hi , We have recently migrated to AEMaaCS and i have been trying to setup a new site but seeing issue with correct vhost not being picked up and also not caching. Below is my setup. We are front loading these websites with Akamai and using X-AEM-Edge-Key. When i am trying to access stage.site2.com...
Hi team, hope you're doing well.Wanted to know if I can get some guidance on how to debug and understand why a workflow is not doing what is supposedly do.Below you will find some screens with more details. We are expecting that when this workflow runs it removes the asset from Brand Portal without...
Hi, I have created a custom component using AEM's core component(Tabs). The use case that we have now is to modify the `id` attribute of each tab. The `id` attribute should have a value of the title of the tab transformed to lowercase and spaces separated with hyphens. I assume this cannot be done ...