We are migrating from Apache2.2 to Apache2.4 , seeing a strange behavior with curl -I HEAD request ,when then content is not cached on Apache , cache control header is not set, but once the content is cached on Apache header is set . Any one have any idea why this is happening. Apache: 2.4.46dispa...
Hi,In our project, we are using editable templates and core components combination as the foundation for Content As A Service Api's (CaaS). Also, we have components wherein certain dialog fields are populated using design policy values (cqDesign).As the policies are shared across templates, in the P...
Team, I am going through WKND Tutorial and encountered an issue executing "git clone" Command, taken right from Tutorial. Namely: $git clone git@github.com:adobe/aem-guides-wknd.git Error manifestation is: Permission denied (publickey). fatal: Could not read from remote repository. So... Did I ...
Hi All, I have a requirement to hide "create folder" option for non-admin users in the assets section of AEM author[6.5 version]. Any pointers/reference code/snippet on how to do this will be really helpful.
The above is my inplace editing toolbar.What I'm trying to achieve is to get all plugins available for maximized window like below in inplace toolbar without writing same code again for inplace and also to show all plugins in minimized dialog as wellI'm Using AEM 6.3Following is my cq_dialog<?xml ve...
Hi,We have a component in which we are using design dialog (cqDesign) values from policy node to populate dialog properties.It works as expected when I am in structure mode. But when I unlock the component and go to Initial Content mode, the dialog fields gets blank. Moving back to structure mode th...
model.title contains one of the two values - "Back to {0}" or "Back"<sly data-sly-test.title="${model.title}"/> <a>${'{0}' in title ? title @ format=currentPage.parent.title : title}</a> Neither${'{0}' in title ? title @ format=currentPage.parent.title : title}nor${'{0}' in title ? (title @ format=c...
We are planning to upgrade to AEM 6.5 from AEM 6.4. I need help in getting below details. - Are there any documentation links around changes in APIs or any decommissioned APIs in AEM 6.5.- Any other commons issues encountered during upgrade from AEM 6.4 to AEM 6.5
I have drag n dropped a logo from DAM and clicked save. Now when I open the dialog again, I can see that the previous link of logo is there but the dialog still needs me to add image. can anybody tell me why is this happening? why the image is not retainedI'm using AEM 6.3 and following is the dial...