Hi All, In our dispatcher configuration we have the below include for custom variables -Include conf.d/variables/custom.varsDefine BRAND_HTTP https://abc.comWe are defining a variable BRAND_HTTP which is set to abc.com. We are further using the same configuration to set the X-Frame-Options as seen b...
Hey guys, I am working on oak indexing and I have the below issue - There is a customization of an OOTB index cqPageLucene. We are adding some additional paths to index by adding properties "includedPaths=/content/commerce/offers" and "querypaths=/content/commerce/offers"Else, the index is exactly t...
Hi Team, How to instatiate a servlet if runmode is dev or stage? If it's path based we can get the runmode from backend and pass it to the fe and in fe we can check if the runmode from be is dev we can use ajax call and call servlet by path, but if it's resourcetype based servlet how to instatiate s...
Hi Team,We are using the below unpkg at customheaderlibs.html <script src="//unpkg.com/@ungap/custom-elements"></script> Problem Statement: The dependency is being delivered via UNPKG, a public CDN for npm packages. When it attempts to load and takes longer than expected, it affects the page load t...
I'm configuring the Apache Sling Logging Logger in AEM, but I noticed that the Logger field doesn't have a text input box to specify logger names. 樂 I also clicked on "+" to add a logger, but it's not getting saved. Has anyone encountered this issue before? Any insights on the cause or a possible fi...
HI Team, Getting resolver from resourceresolverfactory and getting resolver request in servlet for both by path servlet and by resourcetype servlet what's the difference in these two. Thanks,Keerthi K.
Hi, We had a requirement to listen for every modification of an asset and send the asset details to the client API. Since each modification generates multiple events, we added a map to check if the path already exists; if it does, the API should not be triggered. However, sometimes the map fails to ...