Hi All,As part of aem_hacker.py reports,requested us block the below access in our application.bin/querybuilder.json.cssbin/querybuilder.feed.cssibs/cq/security/userinfo.csscrx/de/index.jsp;%0aa.cssI have tried with the below deny rule in dispatcher.any file and it's not worked { /type "deny" /url"...
I am trying to write jUnit test cases for custom teaser component which extends the core Teaser component using the Delegation Pattern for Sling Models using "@Self @Via(type=ResourceSuperType.class)" as specified here: https://github.com/adobe/aem-core-wcm-components/wiki/Delegation-Pattern-for-Sli...
Hi, I am trying to implement react AEM spa in my project. It is working fine in author/preview and view as publish mode. But it is not working in publisher mode (4503). I can see json being fetched correctly. On debugging I noticed that on wrapper div of child components, attribute 'data-cq-data-pat...
Hi All, We have extended the ASC search provider to have the business requirements get fullfilled for some of the metadata values being restricted as per the user groups.- This part is done and working. The requirement now is that fulltext search must be something like below: If I search with keywor...
Hi,Live Copy overview console shows status as "LIVE COPY DOES NOT EXIST" when live copy page is renamed. any one has idea how to get this resolved.note: we had to rename live-copies page as business was in need of localized page names. Thanks,Deepikaa
I am not able to open the overlay while trying to select the link in the RTE.http://localhost:4502/mnt/overlay/cq/gui/content/linkpathfield/picker.html?root=/content&_=1576997465513 It's returning 404.
Hi All, Need urgent help if any details available on how we can import commerce products from CSV file using OOTB option under - http://localhost:4502/libs/commerce/gui/content/products/importproductswizard.html/etc/commerce/productsI don't see any importer option currently. Is there any add on pack...
We created custom workflow. And selected "Transient Workflow" checkbox. This is just simple workflow (without any approval steps etc) - just to replicate content from author to preview publisher on modification. What we observed was - this workflow is not appearing in workflow dropdown list Is ...
Hi folks, I am a total novice with AEM.I had to write a component which had a JS Client library which made some calls to the Google map API and some calls to other Google services like geocoding and timezone. I finally thought I got everything working and it worked perfectly on the Author instance w...