<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Internet Explorer and file download on HTTPS</title>
	<link>http://downside.ch/blog/?p=26</link>
	<description>[the downside]</description>
	<pubDate>Tue, 07 Sep 2010 03:51:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: Matei Nick</title>
		<link>http://downside.ch/blog/?p=26#comment-33944</link>
		<pubDate>Mon, 27 Oct 2008 09:44:22 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-33944</guid>
					<description>a added this 2 lines in my servlets, and now is working download documents in servlets but i have and some pdf files (disk stored) that i can't acceess in https mode. have any ideeas?
response.setHeader(&quot;Pragma&quot;, &quot;public&quot;);
response.setHeader(&quot;Cache-Control&quot;, &quot;max-age=0&quot;);</description>
		<content:encoded><![CDATA[<p>a added this 2 lines in my servlets, and now is working download documents in servlets but i have and some pdf files (disk stored) that i can&#8217;t acceess in https mode. have any ideeas?<br />
response.setHeader(&#8221;Pragma&#8221;, &#8220;public&#8221;);<br />
response.setHeader(&#8221;Cache-Control&#8221;, &#8220;max-age=0&#8243;);
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Chris</title>
		<link>http://downside.ch/blog/?p=26#comment-32328</link>
		<pubDate>Tue, 23 Sep 2008 07:44:23 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-32328</guid>
					<description>Thanks,
For asp.net solution, Response.ClearHeaders() is needed before, because  is not 'set'.

Greetings</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
For asp.net solution, Response.ClearHeaders() is needed before, because  is not &#8217;set&#8217;.</p>
<p>Greetings
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lars</title>
		<link>http://downside.ch/blog/?p=26#comment-28668</link>
		<pubDate>Mon, 21 Jul 2008 12:53:49 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-28668</guid>
					<description>Works fine here, too.</description>
		<content:encoded><![CDATA[<p>Works fine here, too.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Helio Frota</title>
		<link>http://downside.ch/blog/?p=26#comment-25088</link>
		<pubDate>Tue, 29 Apr 2008 17:16:52 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-25088</guid>
					<description>Thanks, it really works and solve my problems with IE7 !</description>
		<content:encoded><![CDATA[<p>Thanks, it really works and solve my problems with IE7 !
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Itay Merchav</title>
		<link>http://downside.ch/blog/?p=26#comment-24680</link>
		<pubDate>Tue, 22 Apr 2008 07:00:03 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-24680</guid>
					<description>Thanks, the 'set' instead of 'add' header solved the prob.</description>
		<content:encoded><![CDATA[<p>Thanks, the &#8217;set&#8217; instead of &#8216;add&#8217; header solved the prob.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Florian</title>
		<link>http://downside.ch/blog/?p=26#comment-24294</link>
		<pubDate>Mon, 14 Apr 2008 14:52:46 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-24294</guid>
					<description>Thank you so much for this tip, i searched long for a solution to this problem!!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this tip, i searched long for a solution to this problem!!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: narayana</title>
		<link>http://downside.ch/blog/?p=26#comment-15170</link>
		<pubDate>Thu, 18 Oct 2007 10:49:37 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-15170</guid>
					<description>Hi,
      I am really thank full to you. After a lot of digging in the net. I got this. It is really working.
Thanks alot.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
      I am really thank full to you. After a lot of digging in the net. I got this. It is really working.<br />
Thanks alot.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Admin</title>
		<link>http://downside.ch/blog/?p=26#comment-14915</link>
		<pubDate>Fri, 12 Oct 2007 16:20:41 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-14915</guid>
					<description>Hi Grace

Check out http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html.
The &quot;public&quot; value is not even defined. The only defined value is &quot;no-cache&quot;. I'll tried different combinations (if not all) of the headers to get things running. 

have a nice weekend

pascal</description>
		<content:encoded><![CDATA[<p>Hi Grace</p>
<p>Check out <a href='http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html' rel='nofollow'>http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html</a>.<br />
The &#8220;public&#8221; value is not even defined. The only defined value is &#8220;no-cache&#8221;. I&#8217;ll tried different combinations (if not all) of the headers to get things running. </p>
<p>have a nice weekend</p>
<p>pascal
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Grace</title>
		<link>http://downside.ch/blog/?p=26#comment-14914</link>
		<pubDate>Fri, 12 Oct 2007 16:09:48 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-14914</guid>
					<description>Very nice and detailed information. And it worked!
I just have one question. Do you know by setting Pragma to be public, it will potentially have any security concern?</description>
		<content:encoded><![CDATA[<p>Very nice and detailed information. And it worked!<br />
I just have one question. Do you know by setting Pragma to be public, it will potentially have any security concern?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Boaz</title>
		<link>http://downside.ch/blog/?p=26#comment-6527</link>
		<pubDate>Thu, 24 May 2007 07:48:36 +0000</pubDate>
		<guid>http://downside.ch/blog/?p=26#comment-6527</guid>
					<description>Thank you.  It worked.</description>
		<content:encoded><![CDATA[<p>Thank you.  It worked.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
