I've noticed a conflict between authcache and AD module - the problem was that the footer

appended to JavaScript generated file (serve.php generates JavaScript file dynamically). After reviewing the code I've noticed that there is a part which ignores that footer for rss.xml and /feed. My suggestion is the following, let's extend that part with a new variable "debug_ignore_pattern":

... || preg_match($conf['authcache']['default']['debug_ignore_pattern'], request_uri())

That allows a user to specify any number of ignoring pages for a footer. I've prepared a patch.

CommentFileSizeAuthor
authcache.helpers.inc_.patch640 bytesdesunit
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jonah Ellison’s picture

Assigned: Unassigned » Jonah Ellison
Status: Active » Fixed

Good find. Authcache RC1 now has a textbox under the "configuration" admin page so paths may be entered to disable the JS appened.

Status: Fixed » Closed (fixed)

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