From My servlet getting ResourceResolver object and passing as a parameter to service class method, Getting veracode issue at my service class method stating at CWE-99 Resource Injection Issue with syntax resourceResolver.getResource(oldDocsPath); Please find the below screen shots from servlet to ...
We have uploaded the PNG files in the etc/designs/.. folder and loaded using <img> tag like below.<img src="/etc/designs/captcha/_pic42.png" id="pic_b" alt="Equals">These images are working in the desktop browsers, but these images are not loading in the mobiles(Android/iPhone) users. Please sugges...
Hi Team,Has anyone had any experience migrating a website based on Advantage CSP to AEM? Advantage CSP is an enterprise-class content services platform (CSP) designed for businesses of all sizes [1]. It combines features of two popular software categories:Digital experience management (DXM) - which...
hello,In a new project, we need to use an iframe to embed a web page from another site into AMS's AEM.We plan to solve this using the ootb core embed component.The web page we are trying to embed using an embed(iframe) is managed by the same group and is a web page created in asp/aspx and located on...
Hi Team,I tried adding caption to scene7 as var s7videoviewer = new s7viewers.VideoViewer({ "containerId": 'id', "params": { "serverurl": serverURL, "contenturl": contentURL+"/", ...
Hi, Previously we have integrated OKTA to AEM for the user authentication. Now we are planning to migrate our user authentication from OKTA to VIP. Is same integration process for the VIP too? https://experienceleague.adobe.com/en/docs/experience-manager-learn/forms/single-sign-on-with-okta Thanks,B...
Hello Everyone, How can I call my servlet during page load time?I know below mentioned approach. Added this ajax call in some genral js file. $.ajax({ url: "/content/data/practice/servlet/dummyServlet", type: "GET", data: { ...