Style: XML file, Caching: Time-based

first time, result - xml file,
when trying to get caching content next time, result - html file

boost module have similar limitation:
"* Only content of the type `text/html' will get cached at present. RSS feeds
and URL paths that have some other content type (e.g. set by a third-party
module) will be silently ignored by Boost."

Comments

aegnor’s picture

Title: Style: XML file, Caching: Time-based, Content-Type: text/html » Style: XML file, Caching: Time-based => Content-Type: text/html
neclimdul’s picture

Unlike the boost problem, Views actually has the hooks to make something like this possible, I just didn't think to refactor the header delivery code after caching was added to views. It might be a bit tricky but I think I might have and idea I can turn into an elegant solution.

neclimdul’s picture

Committed a possible solution.

neclimdul’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.