Closed (fixed)
Project:
Views Bonus Pack
Version:
6.x-1.0-beta4
Component:
Views Export
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2009 at 11:01 UTC
Updated:
18 Dec 2009 at 23:30 UTC
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
Comment #1
aegnor commentedComment #2
neclimdulUnlike 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.
Comment #3
neclimdulCommitted a possible solution.
Comment #4
neclimdul