Hi,One of our testers noticed that upon opening a page in our CQ deployment, a request was sent to the following URL: https://devedge.day.com/cq5.gif?s=...&u=...&v=...&d=...&j=...&o=...And the request, well, failed with net::ERR_TIMED_OUT in Chrome.This looks like a request for gathering statisti...
Hi,I have got custom login module and that is always redirecting me to the geometrixx page.I have tried to override the Root Mapping servlet to the page which i want the user to be redirected to but that did not workedI also changed the sling:target under /content but that did not work either.I am d...
Did anyone have any problems with using the latest AEM plugin for eclipse released by Adobe?I recently downloaded the eclipse plugin for AEM and tried to get it running with a sample project on my local AEM 6.0 instance.I created a sample project called example following the instructions on http://d...
Hi,I am trying to use the assetshare component, and am facing a mapping issue.When I browse the press center page via publisher IP address, I am able to see the assets. (eg. http://xxx.xxx.xxx.xxx:4503/content/geometrixx/en/company/press.html) However, when I try to view the assets via hostname (eg....
Hi,We are using ASP.NET to access a AEM Publishing server and using HTTP Get request, retrieve the content in HTML format.We need to optimize the http calls, so we plan to create a cache dependency on a folder. So, need to know, which folder on a publishing folder chnages as and when the content chn...
In my system we have tags closely associated to content and to replicate that content effectively within a sharable package, I have to export some level of tags with the content so it can be replicated on other systems.The problem is that we have many thousand tags with a deep hierarchy so when I fi...
Hello,I am trying to handle file uploads from an input form. CQ5 already comes with Apache Commons FileUpload and I am importing it in my servlet. However I keep getting the error that ServletFileUpload cannot be resolved.final boolean isMultipart = ServletFileUpload.isMultipartContent(request); i...