I am currently working on a list component in AEM 6.4.8 which shows the last edited date for the pages listed. For this I'm using the built in HTL properties like so:${'dd MMMM yyyy' @ format=item.lastModified} Now I am trying to update this so it can be used in various languages rather than just in...
Hi,We have configured SAML Authn handler in our AEM 6.5 . We have a public page (ex - /content/test/mypage.html ) which has a link to login page , ex - /content/test/login.html.Login page URL is configured in SAML Authentication handler & Sling Authentication Service. On click of login link, we redi...
Hi, We are currently upgrading aem 6.4 to 6.5.7 version. When we ran pattern detector, we observed around 30+ suspicions in the report. There have been customizations done on the application overlaying the OOTB CQ Inbox, so we are seeing issues like below. Since there are suspicions, can these be ig...
I am trying to upgrade AEM 6.3 to 6.5.Upgrade of author instance is finished successfully. But I faced with an issue during upgrade of publisher instance.After I ran upgrade with command:' java -server -Xmx6144m -XX:MaxPermSize=6144M -Djava.awt.headless=true -Doak.queryLimitInMemory=500000 -Doak.que...
Dear All,How can we update image in DAM so that its versioned file can automatically be referenced in the html. Suppose I have uploaded an Image XYZ.jpg and have given path in html as<img alt="XYZ image" tabindex="1" class="XYZImage" src=“path_to/XYZ.jpg“/>. Now I want to update this Image with anot...
We created a new site and configured the SAML in configMgr.The path of the new site is "/content/site2/us/en/voice". The new site path and serviceProviderEntityId are added to the new SAML config. We don't want to configure "Authentication Requirement" or "Closed User Group" in the new site properti...
Hi masters! I am going to implement a REST API in AEM to integrate 3rd party applications. I do not want to rely in the JCR repository hierarchy, because my internal hierarchy does not matter to the 3rd party applications. So, I do not want to map my Sling servlets to a resourceType (that would mean...
I have followed the below article to implement the 301 redirect in AEM 6.5. RedirectType & Target options are available in Page properties for the authors to make the selection. Also created separate servlet with the same selector(redirect) with 301 redirect logic in it and also assigned the highest...
I have a servlet exposed through a path param @SlingServlet(paths = { "/exampleservlet" }, methods = {"GET"}) when I try to make a fetch call(GET) from my React Js front end layer hosted on node server, AEM is not allowing me to reach the servlet and I get a CORS policy exception in my browser conso...