Hi @pradeepd1320668 , Corrected my reply. As Ritesh mentioned earlier, Timeout is the property that you should be looking for. DispatcherKeepAliveTimeout is for requests to be kept open before sending in new ones. Thanks,Ram
Hi All, As AEM as a Cloud Service is based on Sling Content Distribution mechanism, are there any references on how to create a custom event handler that can capture the content distribution event and whether it was an ADD or a DELETE that was triggered? I am going through the sling documentation bu...
Hi @vivianseba , Some of these rules can still be bypassed by putting multiple slashes in the URL. As per Adobe documentation: In Dispatcher versions later than 4.2.0, you can include POSIX Extended Regular Expressions in your filter patterns. You might want to try something similar to the below rul...
We recently encountered this issue while trying to fix repository inconsistency. Since we were getting 503 error (Authentication support missing) after reverting to last healthy revision, we restored the AEM instance to the backup created before the operation. After this backup was restored, we can ...
How can we pass a list from HTL to a sling model?I need a nested list to be converted into JsonArray format. <div data-sly-list="${values}"> <h1>${item.title}</h1> <p>${item.description}</p></div>Now I want the same thing as a json string from ${values}:[{"title":"test1", "description":"desc...
Hi All,We are facing this issue in AEM 6.3 GA.Steps to reproduce:Create a new tag under We-Retail (/etc/tags/we-retail).Move the tag to under Activity and Publish.Notice Test is duplicated in Publish.When moving a default tag into a container tag, I can see cq:movedTo and cq:backlinks being set on t...
For the 500 error fix refer this.https://stackoverflow.com/questions/38388879/setup-aem-in-eclipse-and-create-a-project I had to uncheck it and restart my server in debug mode.But even with the flag checked I could start the server in debug mode in around 4 tries. Gives me 500 a couple of times and ...