Closed (fixed)
Project:
Attachment Links
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
20 Jul 2010 at 18:25 UTC
Updated:
8 Feb 2011 at 03:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
vinmassaro commentedHad a chance to do some digging and found this: http://drupal.org/node/163298
Added the following lines to attachment_links.module and direct linking to Attachment Links paths works fine in IE now:
$headers[] = 'Expires: 0';
$headers[] = 'Cache-Control: private';
$headers[] = 'Pragma: cache';
Patch attached.
Comment #2
todd nienkerk commentedCommitted patch to 6.x branch (6.x-1.x.dev). Will issue a 6.x-1.1 release soon.
Comment #3
todd nienkerk commentedVersion 6.x-1.1 released.