I am using CQ 5.5 with Apache web server. My current problem is I have placed some content in web server cache which is not present in publisher, so that dispatcher can directly call the content from cache. But half of the times, the request is going to publisher which is causing errors in the publi...
Hi Jorg, I tried to implement the same by adding the below statement in the filter section of the dispatcher but still the requests are going to publisher. Is the below implementation correct?/00611 { /type "allow" /glob "POST /xxx/yyy/*.html" }
Hi,We have a situation where there are few files in the web server cache but not present in publisher or author instances. Any GET requests to these pages are being served properly but few requests triggered with POST are going to publisher instance which is throwing error since the pages are not pr...