Dispatcher and Cache-Control mod_expires
In the release notes for Dispatcher v4.3.3, it mentions an improvement:
- DISP-818 - mod_expires adds Cache-Control headers for uncacheable content
Does anyone know what this improvement actually does? We are trying to use the Apache mod_headers to add Cache-Control to certain responses, but it does not work if the request contains query parameters. If we remove the query parameters from the request, or we change the cache-control header to another header (like cache-control2) then it works.