Closed (won't fix)
Project:
Authenticated User Page Caching (Authcache)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Sep 2009 at 10:49 UTC
Updated:
11 Dec 2009 at 01:16 UTC
Authcache can break the formatting of the xml file generated with xml sitemap module.
To fix you can prevent it from being cached by adding sitemap.xml to excluded pages.
Comments
Comment #1
Jonah Ellison commentedThe RC1 version will now detect if content begins with <?xml to avoid breaking the XML formatting.
Comment #3
mudman commentedI am using RC1, it still breaks the XML sitemap. Or I need to change some settings somwhere?
Comment #4
vood002 commentedXML sitemap worked fine for me without any changes, I'm assuming because of
Content that begins with <?xml (i.e., XML feeds) will not be cached.Other XML pages, however, were broken--namely
node/*/xspf.When I add this string to Cache specified pages: it works fine, but when I add it to Non-HTML Cached Pages and save changes the changes are not saved (the field refreshes empty and the pages are cached normally).
I get no error in my log about this. Is anyone else experiencing an issue with saving the Non-HTML Cached Pages field?
PS: Just installed this today and it is freakin AMAZING. Can't believe I didn't know this module existed.