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).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | authcache-authcache-debug-support-jquery-cookie-1-4-1-3069216-2.patch | 679 bytes | svenryen |
Comments
Comment #2
svenryen commentedHere's a patch that adds support for jQuery cookie 1.4.1.
Comment #4
znerol commentedThanks for the patch, and sorry for the very late response.