Hi,I am not sure if this is the correct place to ask. I am using CA siteminder for authentication. So after successful login I am supposed to get logged in user name from siteminder header. So if the target url is a Jboss application the in HttpServletRequest object request.getHeader("sm_user") retu...
Hi,is it possible to disable a component inside OSGI via an xml file similiar to the OSGIconfig. I want to disable com.adobe.granite.comments.internal.CommentReplicationContentFilterFactory.ThanksChris
I have a question regarding CQ Client Libraries. I currently am implementing a hybrid approach. For Example,We have client libraries folders under each one of our componentsWe also have a client library folder under our /etc/designs folder. This folder embeds teh client library categories specifie...
Hi,I raised an earlier question about having a component named comments. From what I can see in the activation logs there is a filter (5.6.1) on the node name 'comments' and this will not automatically be published when the page is published, this was not a problem in 5.5. I have tried to change the...
Hi everybody!I'm using com.day.cq.search.QueryBuilder to search for pages and documents. The page search (type=cq:Page) works just fine and results hits return excerpts just fine via getExcerpt(). But I have an issue with getting excerpts (that show a part of the text where the search term was found...
Hi,It looks like setting and retrieving a request attribute is a good way to pass data between several .jsp files in a component. I am trying to pass a Page object and keep getting a "type mismatch". I'm sure its something simple, but I couldn't find that exact use case googling around a bit.So in j...
Hi,I am trying not to load the js files in Libs folder which includes cq folder with bunch of js files and also some media/publishing js folders I am not sure where are we including these js files and also i am not using these files which is increasing my page load time. one solution we thought was ...
Hi guys,I have begun to use CQ 5.6. And I have noticed one interesting thing here.When I do some changes in the blueprint's page and then activate this page.It creates a copy of this page in live copies with a suffix _msm_moved.E.g. I have a page test.html in the bluerpint and in live copies activat...