Hi,My Apache web server is fronting a CQ dispatcher that is rendering from a CQ Publish Instance on the server. Everything works correctly until I try to put a .htpasswd in my Apache config to require user authentication before users can access my CQ Publish instance. Whenever I browse to my site,...
Hi experts!I would like to develop a component that renders some text and two images. I’m getting as a reference the ‘foundation/components/image’ component to render the images, using the ‘com.day.cq.wcm.foundation.Image’ class (see at [1]), like:… Image image = new Image(resource); … <% image.draw...
We have a requirement of pushing the CQ page to two different locations in publisher i.e.the page in CQ5 - content/site/page1 should be replicated to content/site-test/page1 and then to content/site/page1 in same publisher. We also dont want to create a copy of page1 in authoring i.e. we dont want t...
Does anyone have info or insight into the new version of AEM 6, to be released this year at some point? I'm only aware of back-end changes, as described here: http://www.pro-vision.de/content/medialib/pro-vision/production/adaptto/2013/adaptto2013-oak-for-users-michael-marth-pdf/_jcr_content/renditi...
Hi all, Any design directions/pointers on how to build a anonymous "like" kind of a component on CQ. I see that voting component does similar but requires authenticated user and also 1 vote per user. I have been looking at the code/design of these out-of-the-box social components but some directions...
Hi ,Today I follow this document "http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html" and created once custom component with custom widget. I have few doubts in this doc .1.What is the purpose of using rtePlugin node ?2.Edit behavior is necessary for dropping the...
Hi,I want to generate a SiteMap related with the user's privileges. Then, I have thought to check the privileges of each page (they will change in order to the user logged) and performance an action depending the privilege. I don't know why my code is throwing AccessControlManager throws a PathNotFo...
Hi there, we are designing a new website (abc.com) which needs to provide multi language capabilities as well as share some content with another unrelated website (xyz.com), both running on CQ5. The current idea is that we would use Multi Site Manager for both requirements. So we would set up a blue...
For an internal demo site I need to be able to house clientlibs under /apps/ on a per component basis. Replication is working, but it is not viewable to non-admin users who view it on publish. When a user is not admin, client libraries return 404s, and the page does not render appropriately. Housing...