I am reviewing the implementation for a client ,in which they have 500 hidden component .one example of why the component count for hidden component is high.Headline component: This component is hidden .(/apps/headline)teaser 1: here we are including headline component which is under teaser compone...
Hi all,Trying to POST data from a external application does not work due to CSRF token rejectionWhen the POST SERVLET is hitted from external application we recieve the following error in the log:POST /apps/tools/components/xsrftest/run.html HTTP/1.1] com.adobe.granite.csrf.impl.CSRFFilter isValidRe...
Hello,we have just replaced the S7Video Viewer with a version hosted locally (v3.2.1), but unfortunately i got an issue with the video player on android.It works well on all platform, including IOS (launch the native player).But when it comes to Android - no way to make it works, it seems to play, ....
Hi,I am trying to create an Image asset in the DAM of my project. The code is working fine without any errors but I am not getting any image in the repository.package Day7.core.servlets;import java.io.FileInputStream;import java.io.IOException;import java.io.InputStream;import java.io.PrintWriter;im...
Hi everyone!I was wondering if it was possible to share packages outside the organization to the general AEM community through the AEM package manager, or if this is something that only Adobe can do. If so, is there a process and what are the requirements? I've been looking for a few days but have f...
Hi all,I reffered the below sling documentation for sling authentication handlerApache Sling :: Authentication - AuthenticationHandlerWhat has to be configured in AEM OGSI bundle Apache Sling Authentication ServiceAnd should we do any additional work in SlingServlet rather than the below code@SlingS...
Hi All,I am following the article Creating an Adobe Experience Manager project using Lazybones at Creating an Adobe Experience Manager project using Lazybones As a part of this exercise, I am required to install Lazybones on my Windows based laptop.I downloaded lazybones-0.8.3.zip, unzipped it on a ...