In AEM 6.2, we have the following configuration Apache Sling Content Disposition Filter (org.apache.sling.security.impl.ContentDispositionFilter). Is there any side effects of unchecking the option "Enable Content Disposition for all paths".I have unchecked it to prevent the dam assets like PDF from...
I'm trying to accomplish something similar found in this post.I have this in my "scripts.js" file:use(function() { var resolver = resource.getResourceResolver(); var session = resolver.adaptTo(Packages.javax.jcr.Session); var userManager = resolver.adaptTo(Packages.org.apache.jackrabbit.api.security...
How can we make a group to just do annotations but page cannot be editable? I tried rep:glob but that doesn't work because it restricts instead of making permissions broader. (read all pages, then add write permissions on cq:annotations node)Thank you in advance.
Hi All,I am facing slowness in the local AEM authoring instance(1 hour to load author instance) and getting the below message inerror.log file---------------31.01.2017 00:03:49.461 *WARN* [FelixStartLevel] org.apache.jackrabbit.oak.spi.query.Cursors$TraversingCursor Traversed 1000 nodes with filter ...
Did some local testing and noticed that if, for example, 3 people are following a blog post and someone leaves a comment, there are 5 Mongo documents created:1x Comment1x Activity, for the user who commented3x Notifications, for each user following this blog postWhat happens if we had, again just fo...
Hi masters!I’ve configured the RTE sourceedit feature for a component via ‘cq:editConfig/cq:inplaceEditing’. It works fine.Now, I need to configure the same sourceedit feature for a component with 2 richtext fields. I’m trying to figure out if it’s possible to configure the sourceedit for editing in...
Hi guysI have a quick question regarding version purging. According to [0] I should use the Version Manager (PID com.day.cq.wcm.core.impl.VersionManagerImpl). Yet there is also a configuration for the Version Purge Task (PID com.day.cq.wcm.core.impl.VersionPurgeTask) which according to [1] is part o...
I have to enhance to Hyperlink functionality in TouchUI Rich text editor AEM 6.2. i could not find anything related. Only closest thing i could find out was this article http://experience-aem.blogspot.com/2015/11/aem-61-extend-touch-ui-rich-text-table-plugin-add-summary.html but this is for the tabl...
I need to use AccountManagementService(com.adobe.cq.account.api.AccountManagementService since Interface AccountManager is deprecated in AEM 6.2.But when I am inject the AccountManagementService in amy servlet and registering it servlet state goes to "Unsatisfied". If anybody has idea on this pleas...