Hi, guys,So let's say, I have two URLs 1: a/b/xx.yy.dd 2: c/d/xx.yy.ddthese two URLs have different prefixes, but the same selectors and extensions.So I wonder is there any way we can handle two URLs by different servlet?I am using the resourceType base servlet right now, and it's configured to cq:...
We have a component with icons links and each icon needs to have one of the following two fields completed:internalLinkexternalLinkCurrently, authors can leave them both blank, which causes a broken link to a non-existent page. How can I write a validation rule that notifies the users that one of th...
Hi Team, I have a requirement to get the resource using path. I tried to create a service user and provided required permissions but it is not workingThis is my JSP code.ResourceResolverFactory resolverFactory = sling.getService(ResourceResolverFactory.class);ResourceResolver serviceResourceResolver...
Hello, I have the following XML code, the behavior I am trying to do is that, depending on the selects, I can show/hide the corresponding radiobuttons, with multiple classes.The thing is, I couldn't get my XML to work or show the "showhidetargetvalue" class even though I included it. <themeCol...
using .infinity.json we get json of AEM page but we are getting below error while hitting the below request.https://{host_name}.net:443/content/obi/wbc/en/tools-and-resources/references/public-holidays.infinity.json Error message:Caused by: java.net.UnknownHostException: login-test.authbridge-nonpr...
Hi All, AEM Version: AEM 6.5.17I have following questions on content fragments to access content fragments as headless for other front end application.Are content fragments by default cached at dispatcher level ?What are the ways to cache content fragments?Are there any security concerns of exposing...
Hi,When our publish instances are going maintenance live traffic is seeing below message for the traffic which is excluded in CDN caching. Where can I find this page? I am assuming it's some default page html file in dispatcher, if not any advice on how to implement a custom html will help.Goal is w...
Hi, guysSo I would like to add some value regarding the SEO/Social tab, but I could not find it on AEM,I wonder where I can add these or where I should configure my pages. I try to find the structure on CRXDE, but I mayhave difficulty locating the path.Any suggestion would be highly appreciated! Tha...
While working a website on AEM 6.5 (SP 6.5.19) ,We have the default Sitemap working as https://domain.com/sitemap.xml A requirement was to create custom sitemap url's and not the default ones as:https://domain.com/sitemap-cards.xml (show all pages from the path https://domain.com/cards.html )andhttp...
Hello, Is it possible to configure AEMasaCS project to write logs directly to external ElasticSearch to monitor logs in Kibana?I know that we can download/tail logs via aio and then use beats to submit data to ES, but I was told to investigate if there is a way to send data directly. I've checked AC...