Hi Tharun,Please share some logs from the dispatcher.log so we can see why redirect is happening.Also, if you suspect caching issue, please also share the dispatcher.any details so we can review the rules.Regards,Lisa
Hi Sumank,Based on this error.log snippet you shared and also the httpd.conf file shared -- I found a forum [1] which may address why your Dispatcher handler configurations are not picking.Please modify your httpd.conf file --- use this below 'IfModule' tag based on your LoadModule statement :LoadMo...
Hi swetap37476554,Can you share the scenario in which the JavaScript error is thrown (share replication steps)? Particularly, can you replicate this error thrown with the We.Retail sample content? I referenced [1] to review the We.Retail sample content that has ContextHub already configured.My van...
Hi Kartheek,Apologies for the delay, I was confirming if the information is fine to release to public.The workaround instead of installing the patch is to:Change the “Whitelist” value from .*/api[0-9]*.omniture.com/.* to https?:\/\/api(\d+)?\.omniture\.com(:\d+)?\/rs\/0\.5\/.* within /system/consol...
Hi kartheekd20304289The appropriate hotfix/patch package for AEM Version 6.3.1.2 is:https://www.adobeaemcloud.com/content/marketplace/marketplaceProxy.html?packagePath=/content/companies/public/adobe/packages/cq630/hotfix/cq-6.3.0-hotfix-24657 Please note that the pre-requisite for this hotfix is S...
kartheekd20304289 , yes , http://localhost:4502/libs/cq/contentinsight/proxy/reportingservices.json.GET.servlet.a.23 .css is the same as ReportingServicesProxyServlet.java servlet .Here is better description regarding the functionality of this servlet:The servlet is proxying requests for browsers (...
Hi Kartheek,The purpose of the ReportingServicesProxyServlet.java servlet (found in the notes directly in the source code):/** * A servlet that proxies requests to Reporting Services's API for browsers * not supporting real CORS, i.e. IE 9 with XDomainRequest. * <p> * The API's response code and bod...