I need to download dispatcher 4.0.11 for some testing purposes in one of our environment. I know there is a latest version 4.1.8 going on but I need 4.0.11.I went to this link https://www.adobeaemcloud.com/content/companies/public/adobe/dispatcher/dispatcher.html but I see only 4.1.8 Thanks.
Thanks Scott !!But what if I use OSGi Service instead and let it call API. We can access OSGi service thru JSP and JS too.Referring this article: http://helpx.adobe.com/experience-manager/using/restful-services.html Please let me know, I am trying to find exact use case difference between sling serv...
1) Sling Servlet2) OSGi Service (good if you want to change any config on the fly through felix console)3) TaglibI know above three serve a different purpose but want to know exact use of each of those in my scenario.I need to call an API which returns me a JSON response and then I need to traverse ...
I have two different projects on same CQ instance. The problem is on how to handle 404.jspI have overridden path /libs/sling/servlet/errorhandler/404.jsp in my project with /apps/sling/servlet/errorhandler/404.jsp and now I have to create separate custom error handling pages for both the projects. H...
I have a component where I am creating cookie by using below code:Cookie cookie = new Cookie("testCookie", "cookieValue");slingResponse.addCookie(cookie);My cookie is getting created in browser but at the same time page is getting cached in dispatcher. The problem comes when another user comes to vi...
When I tried running dumplibs, I noticed some errors in error.log.com.day.cq.widget.impl.LessCompilerImpl Resource referenced in @import statement not defined: failed to compile less /etc/designs/project/clientlib/less/componentsxyz/xyz.less: couldn't load /etc/designs/project/clientlib/less/compone...