Hi,As per my understanding, TarMK is faster than MongoMK due to the fact that segments are immutable and because of this it is easy to cache frequently accessed segments(TarMK). MongoMK is recommended where scalability is important. Now, TarMK is not suitable when we use clientcontext. And the reaso...
Hi,When I add assets to collection the ACL is not carried forward to assets. Lets say there is a Collection1 & person A has access to it. For instance when I upload a image asset & add the asset to Collection A, Person A will not be able to view the image asset until I give person A access to image...
Hi, I need to remove the header response on server details that cq would add on each response provided by server. I thought of adding the required code in global.jsp if anyone thinks other wise please suggest Thanks,
Does anyone know if it is possible to restrict via user permissions, the ability to target a component on a page? Via the right-click -> Target option?Note - This is for CQ5.6
I am working on a below community article of creating OSGi bundle which consumes third party webservice. I followed all the steps given in the article but I am seeing no class found error . I am using AEM 5.6 and modified the sling.properties file located in the crx-quickstart\conf folder. by adding...
We received this email about a potential security vulnerability if AEM is misconfigured, however there is no further information around the specifics of the vulnerability for us to share with our internal teams and our clients. Can you expound on the issue so we can communicate this to our partners?...
When authors create Teaser Pages, by default they are set to use the default design. I'd like them to use the design I've specified for my code base, so I tried creating a new template to specify a resource type of the built-in teaserpage, but a design path for my project. As far as I can tell, this...
I tried giving Read,create permission for /content/dam but it is not allowing to upload.If I give modify it is allowing user to edit the asset though I am able to upload.
Hi all,This is my first post on this forum. I was wondering if anyone has best practices to share around how to setup the DAM for multiple countries and multiple languages. If there are any resources out there which people have found useful and don't mind sharing here, that would be great! I am tryi...
Have been analysing slow component, came to conclusion that it is due to the slow running Query:map.put("property","jcr:primaryType"); map.put("property.value","dam:AssetContent"); map.put("2_group.property","metadata/item:enabled"); map.put("2_group.property.1_value","true"); map.put("orderby","@jc...