I have a need to cache assets in dispatcher and at the same time impose authentication / authorization being done from publisher. I went through the documentation - https://docs.adobe.com/docs/en/dispatcher/permissions-cache.html and tried it. Code updates: Created a authentication servlet – Documen...
HiI have a requirement to show a specific content based on city. Content is something like show nearby major city / POI. Say if some has accessed the website from about 100 KMs from Sydney, Australia then Sydney becomes the major city and show one its POIs. While getting POI is not an issue, my ques...
I am running aem6author server in t2.small instance in AWS. For some reason, even in idle state it is using maximum CPU and Memory and at one point stopping the aem6server service. On checking /var/log/messages I could see " Out of memory: Kill process 22883 (java) score 897 or sacrifice child " Cou...
Normally RTE plugins are coming right in one line with xtype richtext , but if i use richtext within multifield , despite of adjusting width rte plugins are stacked in each line and resulting in lot of extra space .Kindly help and suggest if anyone has faced such issue before .Thanks,Deepak
Hello,I have a storeLocator class created which installed fine as a part of the bundle.I imported the package to my jsp and instantiated the class.While trying to call the the method of this class from the jsp,it gives following errorCaused by: org.apache.sling.scripting.jsp.jasper.JasperException: ...
Has somebody already successfully migrated 5.5 to 6.1?Here's what I have done so far (unfortunately still unsuccessfull) 1) workspace.xml (com.day.crx.query.lucene.LuceneHandler): <param name="enableConsistencyCheck" value="true" /> <param name="forceConsistencyCheck" value="true" /> <param name=...
Hi,In my workflow I have one OR split with 5 branches.How I can programatically access comment which one enter while choosing one of the option in its subsequent step.Thanks LM
Hi All,I have a requirement to add a new button on the content finder and sort the assets in alpha numeric format.i just override the libs\wcm\extention\contentfinder\image.js file into apps\wcmand done the below changes. its not sorting. Please help me how to fix the issue { "to...
Hi All,Using AEM6 sp2 and need to change the defaut path for tags /etc/tags/default to some other namespace. Is it possible to change to create new tags on this namespace.If yes, could you please let me know the path to change it.