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 ...
Hi,I have some product variation node under /etc/commerce/products and resource type of node issling:resourceTypeStringcommerce/components/productI am trying to get value from these nodes using InheritanceValueMap but its not working while Parent have the property which i am accessing.Parent NodeChi...
down votefavoriteI am trying to redirect all forbidden request to 404 'not found' page.Url I am trying to access.http://localhost:4503/content/mysite/home.html (it is working fine).But when I try to access,http://localhost:4503/content/mysite (it is forbidden here).My site is developed in adobe expe...