<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Silverlight 2 RTM problem with Internet Explorer 6 and GZip compression: a workaround if you&#8217;re using Jetty</title>
	<atom:link href="http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/</link>
	<description>Thinking code</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:29:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: mverzilli</title>
		<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/#comment-1509</link>
		<dc:creator>mverzilli</dc:creator>
		<pubDate>Tue, 16 Aug 2011 18:38:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.manas.com.ar/mverzilli/?p=10#comment-1509</guid>
		<description>Hi, rn! It&#039;s been a while since I last used Jetty, so I&#039;m not very up to date, but you may find this useful:

http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/servlet/DefaultServlet.html

There&#039;s a &quot;gzip&quot; boolean initialization parameter which let&#039;s you define whether you want your servlet to serve gzip. 

I&#039;m not sure what you mean by &quot;I see a NPE on UserAgentFilter line 122&quot;. Is it a request&#039;s headers?</description>
		<content:encoded><![CDATA[<p>Hi, rn! It&#8217;s been a while since I last used Jetty, so I&#8217;m not very up to date, but you may find this useful:</p>
<p><a href="http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/servlet/DefaultServlet.html" rel="nofollow">http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/servlet/DefaultServlet.html</a></p>
<p>There&#8217;s a &#8220;gzip&#8221; boolean initialization parameter which let&#8217;s you define whether you want your servlet to serve gzip. </p>
<p>I&#8217;m not sure what you mean by &#8220;I see a NPE on UserAgentFilter line 122&#8243;. Is it a request&#8217;s headers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rn</title>
		<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/#comment-1508</link>
		<dc:creator>rn</dc:creator>
		<pubDate>Tue, 16 Aug 2011 18:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.manas.com.ar/mverzilli/?p=10#comment-1508</guid>
		<description>How exactly do you turn off all gzip compression in jetty?  The above example doesn&#039;t appear to work for me.  Instead, I see a NPE on UserAgentFilter line 122.  I&#039;m using jetty 7.2.0</description>
		<content:encoded><![CDATA[<p>How exactly do you turn off all gzip compression in jetty?  The above example doesn&#8217;t appear to work for me.  Instead, I see a NPE on UserAgentFilter line 122.  I&#8217;m using jetty 7.2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/#comment-1507</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.manas.com.ar/mverzilli/?p=10#comment-1507</guid>
		<description>Hi, Pat. Thank you for your comment. Unfortunately we haven&#039;t used IIS6 to host a Silverlight 2 app yet, so I don&#039;t know how to solve the problem in that scenario. 

By the way, IIS does support GZip compression. Are you sure that&#039;s  disabled in your server? 

Regards,
Martin</description>
		<content:encoded><![CDATA[<p>Hi, Pat. Thank you for your comment. Unfortunately we haven&#8217;t used IIS6 to host a Silverlight 2 app yet, so I don&#8217;t know how to solve the problem in that scenario. </p>
<p>By the way, IIS does support GZip compression. Are you sure that&#8217;s  disabled in your server? </p>
<p>Regards,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Pann</title>
		<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/#comment-1506</link>
		<dc:creator>Pat Pann</dc:creator>
		<pubDate>Wed, 05 Nov 2008 17:11:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.manas.com.ar/mverzilli/?p=10#comment-1506</guid>
		<description>Martin,

I&#039;m the one who started that Silverlight thread and was happy to see you have a solution.

We tried the suggestions from Microsoft with no success. Our web server is IISV6.0 and so we&#039;re not using GZip -  do you know the corresponding solution for IIS?

Thank you,
Pat</description>
		<content:encoded><![CDATA[<p>Martin,</p>
<p>I&#8217;m the one who started that Silverlight thread and was happy to see you have a solution.</p>
<p>We tried the suggestions from Microsoft with no success. Our web server is IISV6.0 and so we&#8217;re not using GZip &#8211;  do you know the corresponding solution for IIS?</p>
<p>Thank you,<br />
Pat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight 2 RTM problem with Internet Explorer 6 and GZip &#8230;</title>
		<link>http://www.manas.com.ar/mverzilli/2008/11/04/silverlight-2-rtm-problem-with-internet-explorer-6-and-gzip-compression-a-workaround-if-youre-using-jetty/#comment-1505</link>
		<dc:creator>Silverlight 2 RTM problem with Internet Explorer 6 and GZip &#8230;</dc:creator>
		<pubDate>Wed, 05 Nov 2008 02:30:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.manas.com.ar/mverzilli/?p=10#comment-1505</guid>
		<description>[...] Go to the author&#8217;s original blog: Silverlight 2 RTM problem with Internet Explorer 6 and GZip &#8230; [...] </description>
		<content:encoded><![CDATA[<p>[...] Go to the author&#8217;s original blog: Silverlight 2 RTM problem with Internet Explorer 6 and GZip &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

