Implemented a new jcr:namespace ("xyz") and based on that created a custom privilege ("xyz:superUser").Now im assigning this privilege to a testUser on a given dam path (e.g. /content/dam/we-retail/activites/biking). User also has jcr:read permission on /contentMy requirement is to hide/unhide a cus...
Hi All, I was going through the AEM link checker documentation and didn't find any details on why the "Referrer" column or its value is empty when we I hit the "http://localhost:4502/etc/linkchecker.html" url. I believe this column is to show all the references where the link is referenced, is my un...
We have an excel import functionality in our project and have below dependency for org.apache.poi <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> <version>3.7</version></dependency> This was working fine until AEM 6.2 but breaking when upgraded to AEM 6.5.6. Plea...
Relatively straightforward usage of ReferenceSearch causes my AEM log to be populated by the following warnings org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt...
Hi, I'm trying to create config.author to enable printing CJK (Chinese, Japanese, Korean) fonts in Assets annotation comments. AEM as a Cloud SDK version I'm using is from 2020 December. I know that we can set fonts easily by putting font files under crx-quickstart/fonts, but I'm not sure if we can ...
Hi There, We have a scenario in which we need to create an reference of class B in a class A and Class A in class B. We need to know whether there is any solution to this as we are getting "service unsatisfied" and a sling exception is thrown by the service. Example:class A{ @reference class B...
Scenario is I have Login form and I want to make request to /j_secirity_check which gives token in return. but in my case i called /j_security_check but its not setting 'set-cookie' in response header. I am not getting why /j_security check not return login-token in response header?Note- AEM server ...
With AEM 6.5 I was able to put hotspots with different href for dam/images.But when I try to include those images with a component then those hotspots of images are not working. Do we need to dynamic media account to getting enabled this function with AEM 6.5 ? If not what I need to do for working i...
Hello Community - I need your suggestion related to etc/map redirect. I am trying to implement the below redirect PS: We don't want to make any changes in Apache. DNS: www.prepaid.test.com/prepaidcards/student.html -> www.prepaid.test.com/content/test/en/account/cardenrollment.html Existing setup is...