Currently, if a module bundles jQuery.cookie 1.4.1 (which a few modules do), the check to see if Authcache Debug is enabled will always return TRUE, since jQuery.cookie 1.4.1 returns "undefined" if the cookie is not present (compared to NULL in v1.0).

Comments

svenryen created an issue. See original summary.

svenryen’s picture

Here's a patch that adds support for jQuery cookie 1.4.1.

  • znerol committed f651c59 on 7.x-2.x authored by svenryen
    Issue #3069216 by svenryen: Authcache Debug: Support jQuery.cookie 1.4.1
    
znerol’s picture

Version: 7.x-2.3 » 7.x-2.x-dev
Status: Active » Fixed

Thanks for the patch, and sorry for the very late response.

Status: Fixed » Closed (fixed)

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