Hi Team, /clientheaders in dispatcher is used for validation the headers or just adding headers into request headers ? As well as please give me an example how to add content type or cross origin policies through clientheaders ? Thanks
In The assets management of AEM 6.5 on premise, when I am in List view of assets, I am not able to reorder the columns(i.e., title, locale, tags etc. ) of data for each asset. Is it possible to reorder them? Edit: Sorry, my question wasn't framed correctly earlier.
Hi team, We could not see the tab title for cq dialogs if we have only one tab in AEM as a Cloud Service. This is not the issue in on prem instances. Anyone faced this issue ? PFA attached vanilla embed component.
Hi there-Our company is migrating to AEM Cloud from prem, and wants to establish a linked connection b/w AEM Assets and Workfront, through folder taxonomy and metadata.I need to pass off detailed requirements to my IT team about what configurations need to be made in the AEM platform to facilitate m...
Hi I am created an email servlet in AEM and it works fine when I tested it on my local 4502,but when I test this servlet on company DEV environment, the messageGateway is always null MessageGateway<HtmlEmail> messageGateway = messageGatewayService.getGateway(HtmlEmail.class); Here's my code:@co...
Hi, We are trying to setup CUG on our AEM Cloud instance. We are bumping into a problem wherein the AEM Publish instance is unable to synchronize group information (of a user) from IDP. AEM publisher authenticates user directly with Azure IDP, which sends information like first name, group etc to AE...
Is it true that content in Assets like PDFs are not indexed in AEMaaCS? I can see the tika is being used and pdf's are not filtered out in the ootb config.Why is the content not being searched? Are we required to use a 3rd party search tool like Elastic/Solr for this functionality?
I added the RTE inside the Content Fragment's Composite Multifield but it is not working. After entering the values in the RTE section, the values are not getting stored and when I see the node in CRXDE, it shows empty braces. Anyone tried this scenario? Please help.
HI, On Adobe Aem 6.4 Author, is it possible to prevent two editors, with the same permissions, from simultaneously modifying the same component/object within a page? Thank you
Hello all, I have the following servlet I'm attempting to troubleshoot. Right now it's just written to return a 418 request @Component(service = Servlet.class, immediate = true, property = { "name=" + UploadImageS3BucketServlet.NAME, Constants.SERVICE_DESCRIPTION + "= " + UploadImageS3BucketS...