BackgroundCustomer is on AEM 6.5 on-prem and trying to enable the CSRF token and accessing the CSRF token via dispatcher. The token is sometimes generated correctly and sometimes gives a blank response. - The issue is only happening on UAT environment , where there are 2 publishers and 4 dispatchers...
I have a backend Sling model which fetches the asset path and then fetches the description from the asset and I display the same in HTL using helper class. It is working for all image types but not for svg images. What maybe the issue here?
We have upgraded from 6.5.13 to 6.5.16 and after that page activation/publish and rollout page is not working. Does anyone had this issue and fixed it already? Please help.Error in the log:POST /libs/wcm/core/content/reference.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl ser...
Hi All,I want to extract all the assets for a specified page.I'm trying to explore ACS Common report. I have added "Report Builder Config" component and added below query.SELECT * FROM [nt:unstructured] AS s WHERE ISDESCENDANTNODE([{{path}}]) AND CONTAINS(s.*, '/content/dam/MyWorkSpace') Then I have...
Hello I have an externally created XFA document with fillable form fields that always looks the same.Several participants fill out this form and forward it to the next place with an electronic signature.At the end there is a signature window for an electronic certificate as well as two form fields f...
Hi team, We've synchronized contents (pages) by building/installing packages between different versions of AEM.We understood that the sequence of pages cannot be installed correctly for the two version. However, is there any way to identify the the differences with tools, so that we could at least ...
The original AEM 6.5.15 fileupload.js has the following options:CancelKeep BothReplaceCreate Version -> I would like to understand what does this option do?I do not have versioning on the folder level and also do not see this option in parent folder properites. I see that Create Version preserves th...
Hi Everyone, In my junit how can I pass this below line JackrabbitAccessControlList acl = AccessControlUtils.getAccessControlList(accessControlManager, "path"); at this line my junit is getting an exception, so I want to ignore or pass this line. How can I control above line in my junit? java.lang....
Hello! I have java files that import package like this `import com.adobe.cq.social.scf.OperationException;` But during maven build I get error `package com.adobe.cq.social.scf does not exist`I'm using maven 3.8.7 and <aem.sdk.api>2023.4.11835.20230414T234523Z-230200</aem.sdk.api> Could you advise w...