Hello, I have a dispatcher configuration with /enableTTL "1" Most of the
caching is done based on stat files, but some resources needs to be
cached using TTL. When I have a resource that is cached with ttl I
noticed that it affects the response headers that are send to the
browser, for example I have an svg icon under my client library
/etc.clientlibs/my-lib/resources/icon.svg when I have have TTL disabled
I can se that Content-Type response header is present for this resource
and browser correc...