I have certain pages in my AEM site that need shorter TTL values due to frequent updates, while others can be cached longer. We are using AEM as a Cloud Service with Akamai as CDN and Dispatcher. What is the best way to handle this without breaking default caching behavior?
Hi folks,First time using the JAVA RolloutManagerImpl. I'm creating a script to import a bunch of vanity URLs which need to be rolled-out to all markets. My code looking something like:RolloutParams rolloutParams = new RolloutParams(); // Setup internal-vanities market pagesfor (int i = 0; i < count...
Hi All, I'm configuring SAML 2.0 for Publish in AEM as a Cloud Service.However, SAML is not working as expected in the Preview tier.Where is the problem? I am referring to the following documentation:https://experienceleague.adobe.com/en/docs/experience-manager-learn/cloud-service/authentication/sam...
Hi all,I am working with AEM as a Cloud Service and trying to handle multipart form-data using Jersey's @FormDataParam annotation for file uploads. However, I am facing issues with this approach, and I wanted to check if anyone has encountered similar problems or can provide a solution.Here are the ...
Hi, i have an include that brings in an HTML file, which I invoke twice within my component, something like <sly data-sly-include="${'HeaderUserInfoList.html'}"/>. The thing is, in one invocation the full code should be shown, but in the other I want to hide several divs. The code is extensive, so I...
I would like to know what folder of an AEM project is the website root.It seems there could be two different folders that match the description, but it is unclear which of those is actually the case and I couldn't find any information on that so far. The two possible folders would be:1) The uppermos...
we have some sites where we are using closed user groups feature and SAML for authentication.We authored few vanity urls to the pages which has cug. When we try to hit the vanity urls it is redirecting to 404. Dispatcher rules are as follows: we have a rule for shorten URL path. # Shorten the tenant...
Hello Team, In my Language-masters page, in one component I have configured this page link: /content/abc/xyz/language-masters/en/testpage#my-booksWhere /content/abc/xyz/language-masters/en/testpage is the link to AEM page. Then adding #my-books at the end. When I rollout this page to Live copies, L...
How to track content authoring changes across the entire site structure in Adobe Experience Manager (AEM) as a Cloud Service (Production) for a specific time range and export the results to Excel
Hi everyone, I'm working on a project using the aem-boilerplate-commerce in Edge Delivery Services and need to generate a sitemap-index.xml that references other sitemaps like categorias-sitemap.xml, productos-sitemap.xml, etc. Here’s an example of what I’m trying to achieve: <?xml version="1.0" enc...