We want to use a custom permission sensitive caching (https://docs.adobe.com/docs/en/dispatcher/permissions-cache.html)Initial situation:We create our own custom authchecker servlet and configure the dispatcher to use this servlet to check the permissions. We do not use CUG because of the requiremen...
Hi All,When I use design dialog box, I make dialog content available at template level say Home Template. But if I want to use the same component on different template say landing template then how content in dialog box will be inherit ?Also, When I do internationalization, it's easy under content n...
Hi,I need to join a string array with whitespaces. I'm doing that this way:${item.tagNames @ join=' '}But when it is printing it this way in the HTML:tuna sushitypesIs there any way to do that?Thaks
I have a requirement of setting current logged in user's ID as value for a custom metadata field once I upload an asset in AEM DAM. eg. I logged in as admin,then "admin" need to be stored as value for a custom metadata field name "Owner'. How I can achieve it?Thanks LM
Hi,I am unable to access my author instance -felix console and am getting the following error while trying to access it. Please help me in resolving this.No resource foundCannot serve request to /system/console in /libs/sling/servlet/errorhandler/404.jspRequest Progress:0 (2015-04-08 15:26:57) TIMER...
Hi All,We are getting the below errors07.04.2015 - ERROR - : Error during replication of ReplicationActionWhat could be the reason for this and what is to be done to fix the issue.Any thoughts on this will be helpful.
Hi,While configuring SAML on AEM I am getting below error in error.log. SAML logs are proper and do not have any error. 08.04.2015 10:48:13.902 *INFO* [qtp1468301140-454] org.apache.sling.auth.core.impl.SlingAuthenticator getAnonymousResolver: Anonymous access not allowed by configuration - requesti...
Hi,I am using AEM 6.0 and trying to customize client context. I am following the URL http://blogs.adobe.com/aemtutorials/2013/07/24/customize-the-client-context/ and have checked out the latest code from codehub and deployed in the local AEM. I opened up the page /content/geometrixx-outdoors/en/men/...
I wrote a custom "Request for Activation" Workflow and now want this workflows to be triggered when the author clicks on the "Publish" button from within the edit view. See Screenshot publish_button_on_edit_view.png.I found a service called WcmWorkflowService but I it does not seem to have a configu...
Hi,Is there a way I can use regex or something similar to narrow down the number of nodes across which a query will search to find the results.I am currently using like this:SELECT * FROM [dam:Asset] AS s WHERE ISDESCENDANTNODE(s,'/content/dam/a') and [jcr:content/metadata/sku]='XYZ'However I know m...