Hello,I'm working at a CQ5 application with activated Apache dispatcher
module.Clientlibs (CSS, Javascript) and images are getting cached by the
dispatcher, but the browser every time receives a response code 200
instead of 304 for using the cached files on client side.When I look at
the response header I don't receive any ETag information. Could this be
the fault? Example response of clientlibs.js:HTTP/1.1 200 OK Date: Thu,
25 Sep 2014 09:25:05 GMT Server: Apache/2.4.6 (Ubuntu) X-Frame-Options:...