I have to move content between prod env to QA env every week. Can we use content transfer tool for my requirement?The documents mentioned like below,"The Content Transfer Tool is a tool developed by Adobe that can be used to initiate the migration of existing content from a source AEM instance (on-p...
I am using OmniSearchService.getSearchResults() to get the search results. In publisher i am getting all the search results properly but in author its getting me 0 results. what could be the reason for this issue ?As i am checking in logs i am getting 0 hits in author but in publisher all the result...
Hi all, What is AEM: Digital Foundation Blueprint?Could it be compared with Archetype, the only difference being it is on AEMAACS? I understand that it consists of Adobe best practices implemented in the code, so that developers do not need to start from scratch. Some common functionalities are read...
Hello Team, In my application, customServlet has these details: @Component(service = Servlet.class, property = { "sling.servlet.resourceTypes=" + "/apps/abc/mycustomName","sling.servlet.methods=GET" }, immediate = true)public class customServletName extends SlingSafeMethodsServlet { ....} In a jav...
Hello team, How can I secure the users cookie? In my application, we are saving the idToken, accessToken cookie in browser. We have enabled HttpOnly, Secure flags to these fields. Still, I came to know that a techie end user can modify these cookie values.Also, in the application logic, we are writ...
Hey Community, Hope you're doing well. I'm facing an issue with reading headers such as clientId, clientSecret, and orgId in the AEM cloud publish URL and domain URL via POSTMAN. I have a servlet where I'm reading all these headers, and it's working fine on localhost but not in DEV. Has anyone encou...
Hello Everyone, Anyone used Sling servlet filter in your application? Wanted to know about the use cases.I have found out this link:https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/sling-servlet-filter/m-p/427923But, wanted to know more about real time use cases of this fea...
Hello everyone, I was checking some tutorial for creation of AEM tools. Let me know, if anyone has link to study more about AEM tool.FYI: I was referring to this tutorial. But, no luck https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/creating-tool-page-in-granite-ui-for-ae...