Hello Team, Below code is part of one Sightly HTML:<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script><script>var hello = new Swiper(".artcile-page", {mousewheel: true,});</script>PROBLEM:In author view source, we can see this piece of code. But in Publish page, only <script src="h...
I noticed recently a slowdown in performance and went to check for Session leaks after almost 2 years of stability. I noticed over 430 SessionStatistics but none have any values in the stacktrace field. Shouldn't I be seeing the trace of what opened the Session? What could this mean?There are a r...
Hi Everyone, We have multiple developers who work on the same form/template during different time periods. We like to keep track of which developer has made what change to the forms. Each developer opens the XDP template in the stand-alone desktop Designer 6.5. Makes the necessary changes to the for...
In AEM author, the content editors can create vanity urls and "redirect vaninty url" in the pages properties basic tab. However, we cant find any documentation for these features, and they dont seem to work. If the normal page url is mystite.com/helppages/somepage.html, and we add a vanity url of "h...
Hi community, i developed a custom XML exporter:"/** * XML export used to generate XML render on servlets. */@Component(service = ModelExporter.class)public class CustomXmlExporter implements ModelExporter { private static final Logger LOG = LoggerFactory.getLogger(CustomXmlExporter.class); @O...
Hello,we are seeing duplicates of a campaign in the initializeTeaserLoader function on a page. this is happening after we upgrade to the latest service pack aem 6.5.10. we noticed increase in the page load times and when looked into the page source, we found duplicates in the initializeTeaserLoader....
If I have a remote server with AEM installed can I push my current code with something as simple as:mvn clean install -PautoInstallDevPackage -U -Daem.host=test-author.dev.com -Daem.port=4502 -DUserName=admin-Dpassword=admin Or do I need to use cURL? POM? I haven't been able to find much information...
Hi Team,Once we have configured link in richtext and if we put comma or punctuation , its adding space between hyperlink and comma. is there any way to resolve it this issue?
We want our results from content to be returned in this order URL contains <keyword/>Page title contains <keyword/>Tags contain <keyword/>Page Description (will crawl all source metadata) contains <keyword/>Boost frequency <keyword/> to the top how should we go about ensuring URL is included as fir...