Hi All, I'm implementing dispatcher for the first time and I have a question on statfilefileslevel and statfile.What are best practices to use this configuration in dispatcher. Thanks,Aruna
Hello,I have a requirement to implement 2FA. There will be some pages that require 1FA and other pages that require 2FA. So if the user tries to access a page that requires 1FA, they are redirected to external login page (we're using OIDC). Once 1FA authentication is successful, the user is presente...
Hi All, My site have two publish instance A and B. Now I found the var folder really different. It seems the B is missing a lot of folders (e.g. /var/audit, /var/linkchecker, /var/dam/share) under the /var. The error log file is showing that can't find these path. Does anyone know why this happened...
Hi All, I have a requirement to upload an SVG image such that it retains its tag and values in jsp.For example, if uploaded images has dam path "/content/image.svg", in html element, it should look like "<svg id="CVAD" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1620.33 891"><g id="Section_5" da...
Hello, We may have to change some of the behavior of the sitemap funciton; Since the acs commons sitemap has been deprecated a little over a year ago and the aem sitemap core component doesn't have much documentation or support :I am wondering where can I find the java code being activated once the ...
Hello Everyone,We added /apps/cq/Page/POST.jsp which has AEM forms specific logic to fetch "authToken" and forward request using blow line of code:slingRequest.getRequestDispatcher(currentPage.getPath() + ".html", options).forward(requestWrapper, response);After adding above logic in /apps/cq/Page/...
I am looking to generate asset report with assets on file on AEMaaCS. I have gone through the asset report on AEMaaCS but the downloaded file does not have assets on the file rather has asset name. Is there a way to generate published assets report on AEMaaCS with asset and its metadata on the down...
All,Trying to confirm my understanding1. What is the difference between has() and find()2. If no search strategy is selected what is the default set?$(resource).has(foundation/components/richtext) vs $(resource).searchStrategy(SearchStrategy.DFS).has("dam:Asset:first")3. Using searchstrategy on a l...
Hello,I am trying to install an AEM 6.5.10 author in standby mode according tohttps://experienceleague.adobe.com/docs/experience-manager-65/deploying/deploying/tarmk-cold-standby.htmlFrom a working fresh installation, I added the install.standby config files, changed runmode to standby and the insta...