Hi Team, I have the list of tags under /content/cq:tags/projectEvery tag should have a property called guid [a custom property just holds UUID].But due to some reason, many tags do not have guid and I need to get the list out of it.example:I am trying to use the ACS Commons report, but my query alwa...
Hi ,I was having issues in ACS Commons getting added to the project via POM. It is not getting updated during deployment. But when I delete already existing one , it is getting updated in package and bundle.Only acs-commons-all package is getting updated, respective bundle and content package for ac...
I'm having an issue to block xss attacks to childlist selector:/xh1x.childrenlist.json//%3Csvg%20onload=alert('XSS')%3E.htmlxx/etc/designs/xh1x.childrenlist.jsonI've tried adding several stuff in dispatcher.any and httpd.conf, to block the url or redirect to somewhere else, but nothing works. this i...
Hi,I have created a custom replication agent. I also created the TransportHandler for it, where I check the replication type. Based on the replication type, I make an external API call and send some data.In the Dev environment, it's working fine. But in the UAT environment, when we click "Test Conne...
Hi , I am trying to enhance one of my custom component by adding an additional field on dialog . Nature of field is mandatory ( i.e. required="{Boolean}true" ) and hence we have put default text ( value="some text" . But this mechanism works only when the enhanced component is dragged ( and dropped...
Hi, I need to exclude two paths from my search results and hence I have added my paths under property excludedPaths in the node: /oak:index/cqPageLucene-custom-11. But still I could see the two paths in the search results.I have changed the reindex property to true, waited for some time so that it c...
I have created Content Fragment Model and its related GraphQL Query in my local AEM and synced with code base and deployed into AEM Servers (TEST & PROD), GraphQL Query working fine till TEST but not working in PROD. I am seeing some inconsistent like same code of Content Fragment Model & GraphQL Qu...
Hi Team,Installed groovy console in my author (AEM As A Cloud service) and while executing script am getting below error. I have admin access to the system . "You do not have permission to run scripts in the Groovy Console." - pid: "org.cid15.aem.groovy.console.configuration.impl.DefaultConfigurat...
I've got a request to replace instances of internal 'http' urls to 'https' inside rich text components.So I'm using a SQL2 query using CONTAINS to find all nodes that have the text "http://%mysite.com" inside the text property SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE('/content/...