HiHow can we manage session inside cq5 if the login is taken care by some external app like ca siteminder? If we are going to logout through url of siteminder then how can we destroy cookie, cache and invalidate session?
Hi, We are working on creating a table component through RTE. On each cell of the table we are allowed to add one style class through cell properties.But when I am adding another style to that cell it over-rides the previous style class.For eg, when I add style=heavy-band to my cell It will look lik...
Hi,I have image component with uploaded image in it and I need to get path to that image so I can output it somewhere else.For example: I have following node: "/content/myproject/mysite/mypage/mysubpage/jcr:content/imgcomp/file/jcr:content" and I need to output this image to <img> tag in my page. Wh...
I am using a CQ5 social blog page. I can see the new entries are saved in the /social/blog/components/entryform using this form element<code> <form action="<%= xssAPI.getValidHref(currentPage.getPath()) %>.social.createblogentry.html" </code>I am trying to find how does it save the Blog Entry using...
I get an error when I run ...mvn archetype:generate -DarchetypeGroupId=com.day.jcr.vault -DarchetypeArtifactId=multimodule-content-package-archetype -DarchetypeVersion=1.0.0 -DarchetypeRepository=adobe-public-releasesIt appears the artifact has disappeared from this location:http://repo.adobe.com/ne...
I'd like to change the default redirection status code from 302 to 301. According to this, I can do it via OSGi configuration: http://blogs.adobe.com/contentmanagement/2013/08/20/how-to-change-aems-redirection-http-status-code/ But I don't appear to have the option in the dialog (I'm on version 5.5....