<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Flash: Nasty XML load bug in Internet Explorer</title>
	<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/</link>
	<description>Lessrain Blog</description>
	<pubDate>Thu, 11 Mar 2010 15:09:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Giovanni</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139837</link>
		<dc:creator>Giovanni</dc:creator>
		<pubDate>Wed, 09 Dec 2009 19:33:53 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139837</guid>
		<description>&lt;p&gt;i had the same problem for https and was solved by the solution of neil 
&#60;% response.setHeader("cache-control","cache, must-revalidate");%&#62;
&#60;% response.setHeader("Pragma","public");%&#62;&lt;/p&gt;

&lt;p&gt;thanks neil&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i had the same problem for https and was solved by the solution of neil<br />
&lt;% response.setHeader(&#8221;cache-control&#8221;,&#8221;cache, must-revalidate&#8221;);%&gt;<br />
&lt;% response.setHeader(&#8221;Pragma&#8221;,&#8221;public&#8221;);%&gt;</p>
<p>thanks neil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139823</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 01 Dec 2009 22:27:23 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139823</guid>
		<description>&lt;p&gt;amazing!   I can't believe you ever even tracked this down. I owe you HUGE&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>amazing!   I can&#8217;t believe you ever even tracked this down. I owe you HUGE</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139517</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Wed, 14 Oct 2009 12:51:30 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139517</guid>
		<description>&lt;p&gt;Thank you sooo much.  Its taken me 2 days to fix this problem - I might have guessed it was a bug in IE that is now at least 4 years old and has travelled from IE6 to IE7 and now IE8!&lt;/p&gt;

&lt;p&gt;Why oh why don't MS give up on IE and force people to use browsers that actually work!&lt;/p&gt;

&lt;p&gt;Problem was solved in php by putting:
  header("Cache-Control: cache, must-revalidate");
  header("Pragma: public");
after
  session_start();&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you sooo much.  Its taken me 2 days to fix this problem - I might have guessed it was a bug in IE that is now at least 4 years old and has travelled from IE6 to IE7 and now IE8!</p>
<p>Why oh why don&#8217;t MS give up on IE and force people to use browsers that actually work!</p>
<p>Problem was solved in php by putting:<br />
  header(&#8221;Cache-Control: cache, must-revalidate&#8221;);<br />
  header(&#8221;Pragma: public&#8221;);<br />
after<br />
  session_start();</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ds r4</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139458</link>
		<dc:creator>ds r4</dc:creator>
		<pubDate>Sat, 03 Oct 2009 12:46:08 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139458</guid>
		<description>&lt;p&gt;Thanx for the information. After some testing the “sessioncachelimiter” in php was causing the xml file to be cached indefinitely.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanx for the information. After some testing the “sessioncachelimiter” in php was causing the xml file to be cached indefinitely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coolProgrammer</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139148</link>
		<dc:creator>coolProgrammer</dc:creator>
		<pubDate>Thu, 10 Sep 2009 08:16:45 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139148</guid>
		<description>&lt;p&gt;Thanks. This  helped a lot. You rock!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. This  helped a lot. You rock!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willem</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139008</link>
		<dc:creator>Willem</dc:creator>
		<pubDate>Mon, 17 Aug 2009 12:19:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-139008</guid>
		<description>&lt;p&gt;Thanks for this hint. Setting the Cache-Control header to "private" instead of "no-cache" solved this problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for this hint. Setting the Cache-Control header to &#8220;private&#8221; instead of &#8220;no-cache&#8221; solved this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tetsui</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138898</link>
		<dc:creator>tetsui</dc:creator>
		<pubDate>Tue, 21 Jul 2009 11:43:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138898</guid>
		<description>&lt;p&gt;I have a great idea. All those in the web design/dev arena decide on a date when we all stop using ie6. It will be a unified push to get rid of the enemy. I think we have pandered to its oppresive regine far too long, lets stand up for "ie must die day", spread the word!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have a great idea. All those in the web design/dev arena decide on a date when we all stop using ie6. It will be a unified push to get rid of the enemy. I think we have pandered to its oppresive regine far too long, lets stand up for &#8220;ie must die day&#8221;, spread the word!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryn</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138839</link>
		<dc:creator>Bryn</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:46:24 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138839</guid>
		<description>&lt;p&gt;Thanks ever so much for posting this, as it was turning what should have been a simple HTTP -&#62; HTTPS migration into a major pain in the rear.&lt;/p&gt;

&lt;p&gt;A few quick PHP headers later and the problem was solved.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks ever so much for posting this, as it was turning what should have been a simple HTTP -&gt; HTTPS migration into a major pain in the rear.</p>
<p>A few quick PHP headers later and the problem was solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138835</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:13:30 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138835</guid>
		<description>&lt;p&gt;I'm going to fill this comment with as many keywords as possible on the offchance I need to Google for this page again at some point the future.  Apologies for that.&lt;/p&gt;

&lt;p&gt;We're running Oracle's Apex (Application Express) software on a number of servers behind a Zeus ZXTM load balancing solution.  The load balancers add in an SSL layer and rewrite all HTTP requests to HTTPS.  Communication between the load balancers and the Apex servers is just HTTP (i.e. there's no SSL on the web servers themselves).  &lt;/p&gt;

&lt;p&gt;We were having problems getting the Flash charts on any of the pages to load/appear when running IE.  They'd appear perfectly with Firefox or Opera.  Oddly, when going to the servers directly (i.e. not through the load balancers, coincidently bypassing the SSL layer too) IE &lt;em&gt;did&lt;/em&gt; work.&lt;/p&gt;

&lt;p&gt;After some Googling I found this page and after reading the comments was able to create a very simple 'response' rule with Zeus' TrafficScript scripting language which gave us a solution:&lt;/p&gt;

&lt;p&gt;http.setResponseHeader("Cache-Control","cache, must-revalidate");
http.setResponseHeader("Pragma","public");&lt;/p&gt;

&lt;p&gt;Many thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m going to fill this comment with as many keywords as possible on the offchance I need to Google for this page again at some point the future.  Apologies for that.</p>
<p>We&#8217;re running Oracle&#8217;s Apex (Application Express) software on a number of servers behind a Zeus ZXTM load balancing solution.  The load balancers add in an SSL layer and rewrite all HTTP requests to HTTPS.  Communication between the load balancers and the Apex servers is just HTTP (i.e. there&#8217;s no SSL on the web servers themselves).  </p>
<p>We were having problems getting the Flash charts on any of the pages to load/appear when running IE.  They&#8217;d appear perfectly with Firefox or Opera.  Oddly, when going to the servers directly (i.e. not through the load balancers, coincidently bypassing the SSL layer too) IE <em>did</em> work.</p>
<p>After some Googling I found this page and after reading the comments was able to create a very simple &#8216;response&#8217; rule with Zeus&#8217; TrafficScript scripting language which gave us a solution:</p>
<p>http.setResponseHeader(&#8221;Cache-Control&#8221;,&#8221;cache, must-revalidate&#8221;);<br />
http.setResponseHeader(&#8221;Pragma&#8221;,&#8221;public&#8221;);</p>
<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Malartre</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138741</link>
		<dc:creator>Carl Malartre</dc:creator>
		<pubDate>Fri, 29 May 2009 18:01:22 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138741</guid>
		<description>&lt;p&gt;This also cause trouble with loading crossdomain.xml files over https. Same solution work.&lt;/p&gt;

&lt;p&gt;Carl&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This also cause trouble with loading crossdomain.xml files over https. Same solution work.</p>
<p>Carl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTTPS 에서의 서버사이드 XML페이지 로드 ioError &#171; Kuro</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138199</link>
		<dc:creator>HTTPS 에서의 서버사이드 XML페이지 로드 ioError &#171; Kuro</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:14:07 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138199</guid>
		<description>&lt;p&gt;[...] 사이트 http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/ [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[&#8230;] 사이트 <a href="http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/" rel="nofollow">http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirc</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138149</link>
		<dc:creator>mirc</dc:creator>
		<pubDate>Sat, 21 Feb 2009 16:45:27 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138149</guid>
		<description>&lt;p&gt;hi thank you for the info&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi thank you for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaske</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138124</link>
		<dc:creator>vaske</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:57:14 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138124</guid>
		<description>&lt;p&gt;If I try some suggestion I got the following.&lt;/p&gt;

&lt;p&gt;The XML page cannot be displayed 
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. &lt;/p&gt;

&lt;p&gt;The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtm...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If I try some suggestion I got the following.</p>
<p>The XML page cannot be displayed<br />
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. </p>
<p>The server did not understand the request, or the request was invalid. Error processing resource &#8216;http://www.w3.org/TR/xhtm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaske</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138123</link>
		<dc:creator>vaske</dc:creator>
		<pubDate>Mon, 09 Feb 2009 16:41:36 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-138123</guid>
		<description>&lt;p&gt;I still have the same problem, but my problem is in following on IE 6/7 my flash slide gallery based on XML it's loaded but not shown...white screen..but if I resize browser window it's there. Does anyone have any idea about this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I still have the same problem, but my problem is in following on IE 6/7 my flash slide gallery based on XML it&#8217;s loaded but not shown&#8230;white screen..but if I resize browser window it&#8217;s there. Does anyone have any idea about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Serafim</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137995</link>
		<dc:creator>Tiago Serafim</dc:creator>
		<pubDate>Thu, 18 Dec 2008 02:55:31 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137995</guid>
		<description>&lt;p&gt;Thanks for the tip. I´ve had the same problem using google app engine and the xml file load. The solution was setting this:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    self.response.headers["Content-Type"] = r'text/xml'
    self.response.headers["Cache-Control"] = r'cache, must-revalidate;'
    self.response.headers["Pragma"] = r'public;'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. I´ve had the same problem using google app engine and the xml file load. The solution was setting this:</p>
<pre><code>    self.response.headers["Content-Type"] = r'text/xml'
    self.response.headers["Cache-Control"] = r'cache, must-revalidate;'
    self.response.headers["Pragma"] = r'public;'
</code></pre>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samar</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137570</link>
		<dc:creator>Samar</dc:creator>
		<pubDate>Fri, 12 Sep 2008 07:25:06 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137570</guid>
		<description>&lt;p&gt;Thanks a lot. As i got a similar error in one of my application. I was not unable to make out that. But now going through this article i got to know the error while using IE + Https + Flash. Thanks a lot to everyone who are anyway related to finding out this solution. It has really saved a lot of time for me. I really appreciate the way Thomas has explained here with the links. Thanks a lot Thomas. I will be elated if you can share your contacts with me. Please let me know if i can be of any help for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks a lot. As i got a similar error in one of my application. I was not unable to make out that. But now going through this article i got to know the error while using IE + Https + Flash. Thanks a lot to everyone who are anyway related to finding out this solution. It has really saved a lot of time for me. I really appreciate the way Thomas has explained here with the links. Thanks a lot Thomas. I will be elated if you can share your contacts with me. Please let me know if i can be of any help for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137414</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 07 Aug 2008 18:39:55 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137414</guid>
		<description>&lt;p&gt;Thank you soooo much!!! session UNDERSCORE cache UNDERSCORE limiter (private&lt;em&gt;no&lt;/em&gt;expire) did the trick for me!!!!&lt;/p&gt;

&lt;p&gt;I tried to call a php-service over https. firefox works fine, but ie7 gives me this f*cking error 2032!&lt;/p&gt;

&lt;p&gt;http://www.php.net/session&lt;em&gt;cache&lt;/em&gt;limiter was the solution for me!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you soooo much!!! session UNDERSCORE cache UNDERSCORE limiter (private<em>no</em>expire) did the trick for me!!!!</p>
<p>I tried to call a php-service over https. firefox works fine, but ie7 gives me this f*cking error 2032!</p>
<p><a href="http://www.php.net/session" rel="nofollow">http://www.php.net/session</a><em>cache</em>limiter was the solution for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137088</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 01 Jul 2008 16:38:29 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137088</guid>
		<description>&lt;p&gt;Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag Desai</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137002</link>
		<dc:creator>Parag Desai</dc:creator>
		<pubDate>Wed, 04 Jun 2008 13:26:59 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-137002</guid>
		<description>&lt;p&gt;You can try using &lt;a href="http://forums.techarena.in/showthread.php?t=976027" rel="nofollow"&gt;Other Alternate Browsers&lt;/a&gt;, if problem is really with your Internet Browser or the system.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You can try using <a href="http://forums.techarena.in/showthread.php?t=976027" rel="nofollow">Other Alternate Browsers</a>, if problem is really with your Internet Browser or the system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sanjeev</title>
		<link>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-136857</link>
		<dc:creator>sanjeev</dc:creator>
		<pubDate>Wed, 07 May 2008 11:18:34 +0000</pubDate>
		<guid>http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/#comment-136857</guid>
		<description>&lt;p&gt;I’ve been working on a project in which we were generating a flash based menu. It was all working fine until we implemented Verisign SSL on the site. When we access the site via HTTPS it runs into some issues. After a round of 'googling', I figured out that there was an issue with IE and SSL that was causing this issue. I found a workaround that I’d like to share&lt;/p&gt;

&lt;p&gt;http://sanjevsharma.blogspot.com/2008/02/flash-player-issues-with-secure-sockets.html&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I’ve been working on a project in which we were generating a flash based menu. It was all working fine until we implemented Verisign SSL on the site. When we access the site via HTTPS it runs into some issues. After a round of &#8216;googling&#8217;, I figured out that there was an issue with IE and SSL that was causing this issue. I found a workaround that I’d like to share</p>
<p><a href="http://sanjevsharma.blogspot.com/2008/02/flash-player-issues-with-secure-sockets.html" rel="nofollow">http://sanjevsharma.blogspot.com/2008/02/flash-player-issues-with-secure-sockets.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
