<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic (HTTPS) Download functionality fails in IE6-8 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238026#M191156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We discovered the Problem that all IE downloads (ie6,ie7,ie8) fail in current v3.3 in https mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem seems to be the "pragma: no-cache" header that was added due to this Post/Bug report:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=3&amp;amp;t=11412" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=3&amp;amp;t=11412&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It’s probably the same Problem reported here already but is not solved and needs an alfresco change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=14&amp;amp;t=26840" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=14&amp;amp;t=26840&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See ms knowledge base:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/323308/en-us" rel="nofollow noopener noreferrer"&gt;http://support.microsoft.com/kb/323308/en-us&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://support.microsoft.com/kb/316431/en-us" rel="nofollow noopener noreferrer"&gt;http://support.microsoft.com/kb/316431/en-us&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Solution might be to remove the no-cache header, and workaround proxy issues only with revalidate/etag/expires.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your replies,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jun 2010 11:41:26 GMT</pubDate>
    <dc:creator>rolf_b</dc:creator>
    <dc:date>2010-06-07T11:41:26Z</dc:date>
    <item>
      <title>(HTTPS) Download functionality fails in IE6-8</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238026#M191156</link>
      <description>Hi all,We discovered the Problem that all IE downloads (ie6,ie7,ie8) fail in current v3.3 in https mode.The problem seems to be the "pragma: no-cache" header that was added due to this Post/Bug report:http://forums.alfresco.com/en/viewtopic.php?f=3&amp;amp;t=11412It’s probably the same Problem reported</description>
      <pubDate>Mon, 07 Jun 2010 11:41:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238026#M191156</guid>
      <dc:creator>rolf_b</dc:creator>
      <dc:date>2010-06-07T11:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: (HTTPS) Download functionality fails in IE6-8</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238027#M191157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As far as I'm aware, we don't have a no-cache header; we do have Cache-Control and ETag however.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do the workaround steps in the MS KB articles work for you?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 11:49:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238027#M191157</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-06-07T11:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: (HTTPS) Download functionality fails in IE6-8</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238028#M191158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, we tested the registry hack and it seems to work but is not very elegant at all as it needs certain rights and is a clientside solution. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco (v 3300) sets the following headers in https mode (checked by live http headers firefox plugin):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP/1.1 200 OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server: Apache-Coyote/1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Pragma: No-cache&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Cache-Control: must-revalidate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Expires: Thu, 01 Jan 1970 00:00:00 UTC&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set-Cookie: alfUser=admin; Expires=Sun, 13-Jun-2010 21:22:53 GMT; Path=/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Last-Modified: Mon, 17 May 2010 09:59:22 GMT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Etag: "1274090362239"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Accept-Ranges: bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Range: bytes 0-182765/182766&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Type: application/pdf;charset=utf-8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Content-Length: 182766&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Date: Sun, 06 Jun 2010 21:22:53 GMT&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tried using the download-file functionality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 15:13:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/https-download-functionality-fails-in-ie6-8/m-p/238028#M191158</guid>
      <dc:creator>rolf_b</dc:creator>
      <dc:date>2010-06-07T15:13:33Z</dc:date>
    </item>
  </channel>
</rss>

