Hi All,I have developed my application on AEM6.4 and now I need to access my application by another application through iframe, when I am trying to access my AEM application through iframe, I am getting below error:as expected X-Frame-Options: SAMEORIGONI have updated configuration at dispatcher lev...
Hi guys, I'm using fileupload widget in aem dialog in order to allow authors to drag and drop an image. However everytime that image is configured, I see below exception in the log.My findings so far: I've tried cleaning cache with: http://localhost:4502/system/console/scriptcacheBundles are correct...
While running a UnitTest debugger, I am getting this errorError:osgi: [site.core] Classes found in the wrong directory: {META-INF/versions/9/javax/xml/bind/ModuleUtil.class=javax.xml.bind.ModuleUtil}How do I solve this? There is nothing on Google that can help me. Java 11, and we are not using any ...
How do we fix this errror? ==> error.log <== *WARN* [0:0:0:0:0:0:0:1 [1639682481168] GET /content/capcoms/en_CA HTTP/1.1] com.adobe.granite.security.user.util.AuthorizableUtil Unable to get display name for f767f67f76f78f687f78f687as678d6as78d6sa87das678dsajavax.jcr.RepositoryException: Unable to ...
Hi, We have integrated AEM apps with Okta and to resolve one the issue when user got access at Okta but not in AEM due to saml connection between AEM and Okta. We added parameter in URL when user is redirecting from other application (outside from AEM) and trying to read the parameter in doFilter at...
I have a requirement to have multiple value in props@Component(service = Servlet.class, metatype = true, property = { "sling.servlet.resourceTypes" + "NameConstants.NT_PAGE", "sling.servlet.selectors" + "image", "sling.servlet.extensions" + "jpg" ,...
Hi Friends , Is there any ootb configuration available to filter the component exporter. For example : http://localhost:4502/content/we-retail/us/en/men.model.json it showing allowedComponents , gridClassNames ,columnCount etc .. I want to expose only essential items to react
Hi, I'm learning AEM. I would like to know, is there a way to manipulate(perform string operation) the text that we get from the author dialog window and display the manipulated string in the same field. So that the author could see the manipulated text the next time he opens the dialog(without any ...
Hi everyone, im new to AEM, i want to know that it is possible to create component filled with form input including file upload, and the uploaded file is gonna stored in dam (like if we manually upload asset using built-in asset file uploader menu in aem), is there any documentation or article that ...