<?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: HTML5 manifest mime type in grails</title>
	<atom:link href="http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/</link>
	<description>Blogging on and developing web and mobile technologies</description>
	<lastBuildDate>Thu, 14 Feb 2013 09:02:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Thomas Ferris Nicolaisen</title>
		<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/comment-page-1/#comment-389</link>
		<dc:creator>Thomas Ferris Nicolaisen</dc:creator>
		<pubDate>Tue, 06 Dec 2011 13:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=569#comment-389</guid>
		<description><![CDATA[Thanks for the tip! Really annoying how Grails just ignores that mime-type setting..]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip! Really annoying how Grails just ignores that mime-type setting..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockhowse</title>
		<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/comment-page-1/#comment-383</link>
		<dc:creator>rockhowse</dc:creator>
		<pubDate>Wed, 14 Sep 2011 19:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=569#comment-383</guid>
		<description><![CDATA[One more time with feeling!

&lt;mime-mapping&gt;
  &lt;extension&gt;manifest&lt;/extension&gt;
  &lt;mime-type&gt;text/cache-manifest&lt;/mime-type&gt;
&lt;/mime-mapping&gt;]]></description>
		<content:encoded><![CDATA[<p>One more time with feeling!</p>
<p><mime -mapping><br />
  <extension>manifest</extension><br />
  </mime><mime -type>text/cache-manifest</mime></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockhowse</title>
		<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/comment-page-1/#comment-382</link>
		<dc:creator>rockhowse</dc:creator>
		<pubDate>Wed, 14 Sep 2011 19:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=569#comment-382</guid>
		<description><![CDATA[Hmmm formatting stripped out my tag characters... trying again:

	&lt;mime-mapping&gt; 
	    &lt;extension&gt;manifest&amp;glt;/extension&gt;
	    &lt;mime-type&gt;text/cache-manifest&lt;/mime-type&gt; 
	&lt;/mime-mapping&gt;]]></description>
		<content:encoded><![CDATA[<p>Hmmm formatting stripped out my tag characters&#8230; trying again:</p>
<p>	<mime -mapping><br />
	    <extension>manifest&glt;/extension><br />
	    <mime -type>text/cache-manifest</mime><br />
	</extension></mime></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockhowse</title>
		<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/comment-page-1/#comment-381</link>
		<dc:creator>rockhowse</dc:creator>
		<pubDate>Wed, 14 Sep 2011 19:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=569#comment-381</guid>
		<description><![CDATA[I actually figured out a way to do this without having to set grails.mime.file.extensions to false

If you add the following:

	 
	    manifest
	    text/cache-manifest 
	

To the 

src/war/web.xml]]></description>
		<content:encoded><![CDATA[<p>I actually figured out a way to do this without having to set grails.mime.file.extensions to false</p>
<p>If you add the following:</p>
<p>	    manifest<br />
	    text/cache-manifest </p>
<p>To the </p>
<p>src/war/web.xml</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rockhowse</title>
		<link>http://www.jeffdepascale.com/index.php/general/html5-manifest-mime-type-in-grails/comment-page-1/#comment-380</link>
		<dc:creator>rockhowse</dc:creator>
		<pubDate>Wed, 14 Sep 2011 18:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffdepascale.com/?p=569#comment-380</guid>
		<description><![CDATA[Awesome this helped greatly! The grails.mime.types setting didn&#039;t work for me either &gt;.&lt;]]></description>
		<content:encoded><![CDATA[<p>Awesome this helped greatly! The grails.mime.types setting didn&#8217;t work for me either >.<</p>
]]></content:encoded>
	</item>
</channel>
</rss>
