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...
In AEM JEE there is an email start point to read incoming emails from a specified email address and process these emails and/or attachments accordingly. Any have an idea of the OSGI equivalent of this?
I have the following servlet that works great@component( service=Servlet.class, property= { "sling.servlet.resourceTypes="+"mysite/components/structure/page", "sling.servlet.selectors="+"testselector", "sling.servlet.extensions="+"json", ServletResolverConstants.SLING_SERVLET_ME...