Been getting a lot of unclosed sessions in our jcr logs (using 5.4) and our publish servers have stopped responding a couple of times recently when hit with a burst of lame php hack attempts. The speed of them is what I think is doing us in, in combination with the session errors in particular, but ...
Is there a posibillity to define which components are allowed to place into the Page ? I mean that i could define in the sourcecode of the template, which components the user can use so that i dont have to use anymore the design mode and the Paragraph System for that.
HiI need to customize the default Column Control Component. say some thing like i need to change the div naming structure or add a new div b/w c0 and c1 div's Exdefault component generates div in the following way<div class="mainDiv"><div class="mainDiv-c0"></div><div class="mainDiv-c1"></div></div>...
HI, I have to perform search on cq folder for images and display matched images to the user.I write code in .net c#, and I use to get the contents from the folder using path likehttp://localhost:port/content/customers.xml using this I access all the images in a particular folder named customers .L...
Hi,I've one component in my project, which should send the http status code 404 in some cases. If the component sends this errorcode, the default 404 error page should be displayed.To test this behaviour I added "<% response.sendError(404); %>" to /libs/foundation/components/text/text.jsp. After tha...
I want to update the title of an already installed 3rd party workflow. Whenever I do so, i got the following error while saving - Could not save changes. Received 409 (Conflict) for saving changes in workspace crx.default. Unable to perform operation. Node is checked-in.
What is the best practice for moving blueprint configuration, custom msm rollout configs and workflows from one authoring server to another, AEM package or Maven deploy?
Hi,I'm trying to post events and have them handled by a couple of services. I'm using the EventAdmin class to post send the event. The topic I use is just a string.My handlers implement EventHandler and its handleEvent method. I also define the Property annotation, with "event.topics" set to the ...