diff --git a/ObjectHelper.inc b/ObjectHelper.inc index df47d803..494d1efe 100644 --- a/ObjectHelper.inc +++ b/ObjectHelper.inc @@ -231,6 +231,8 @@ class ObjectHelper { if (($contentSize = self::getDatastreamSize($pid, $dsID, TRUE)) > 0) { drupal_set_header("Content-Length: $contentSize"); + // Fixes an IE issue + drupal_set_header("Cache-Control: private", TRUE); } $opts = array(