AEM 6.5: TooManyCallsException When Navigation Through Sites with Side Rail Opened
Hi all,
recently we noticed that error.log is full of exceptions like:
GET /mnt/overlay/wcm/core/content/sites/jcr:content/rails/references/items/references.provider.html HTTP/1.1]
com.day.cq.wcm.core.impl.WCMDeveloperModeFilter Error during include of SlingRequestPathInfo:
path='path-to-EF',\ selectorString='provider', extension='html', suffix='null'
org.apache.sling.api.request.TooManyCallsException: /libs/wcm/core/components/coral/references/borrowedcontent/borrowedcontent.jsp

Judging by recent threads here this could come from Apache Sling Main Servlet's setting of maximun number of calls. Seems like 'Borrowed Content' exceeds the limit. So I wonder what would be recommended tip for this? Is this going to be fixed next Service Pack?
Thanks in advance
