<?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: Grails (Jetty) and crossdomain.xml</title>
	<atom:link href="http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/feed/" rel="self" type="application/rss+xml" />
	<link>http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/</link>
	<description>Technologist, Consultant, Software Engineer, Entrepreneur and Musician</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:19:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Colin</title>
		<link>http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/comment-page-1/#comment-3748</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 03:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/index.php/2008/07/13/grails-jetty-and-crossdomainxml/#comment-3748</guid>
		<description>Just FYI, Grails has come a long way since I wrote this post.  now you would just set 
grails.app.context = &quot;/&quot;
In grails-app/conf/Config.groovy for the right environments</description>
		<content:encoded><![CDATA[<p>Just FYI, Grails has come a long way since I wrote this post.  now you would just set<br />
grails.app.context = &#8220;/&#8221;<br />
In grails-app/conf/Config.groovy for the right environments</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/comment-page-1/#comment-2824</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/index.php/2008/07/13/grails-jetty-and-crossdomainxml/#comment-2824</guid>
		<description>This is almost exactly what I have been looking for! However, the Jetty server I am working with is configured via xml. Would you know the proper syntax to do what you did here in a jetty.xml file?</description>
		<content:encoded><![CDATA[<p>This is almost exactly what I have been looking for! However, the Jetty server I am working with is configured via xml. Would you know the proper syntax to do what you did here in a jetty.xml file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Ward</title>
		<link>http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/comment-page-1/#comment-1488</link>
		<dc:creator>James Ward</dc:creator>
		<pubDate>Sat, 30 Aug 2008 02:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/index.php/2008/07/13/grails-jetty-and-crossdomainxml/#comment-1488</guid>
		<description>One of the great things about Flash is that it allows you to get around the same domain security policy in the browser.  But this feature can open some significant security holes.  Two general rules of thumb when using crossdomain.xml files:
1) Never use a * policy on a website that uses cookies
2) Never use a * policy on an internal / intranet website

If you control the client that is running a Flash application making a crossdomain request then a better alternative to the crossdomain.xml file is to add the application to the Flash Player Trust list:
http://livedocs.adobe.com/flex/3/html/help.html?content=security2_25.html

I hope that helps.

-James</description>
		<content:encoded><![CDATA[<p>One of the great things about Flash is that it allows you to get around the same domain security policy in the browser.  But this feature can open some significant security holes.  Two general rules of thumb when using crossdomain.xml files:<br />
1) Never use a * policy on a website that uses cookies<br />
2) Never use a * policy on an internal / intranet website</p>
<p>If you control the client that is running a Flash application making a crossdomain request then a better alternative to the crossdomain.xml file is to add the application to the Flash Player Trust list:<br />
<a href="http://livedocs.adobe.com/flex/3/html/help.html?content=security2_25.html" rel="nofollow">http://livedocs.adobe.com/flex/3/html/help.html?content=security2_25.html</a></p>
<p>I hope that helps.</p>
<p>-James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Groovy on Grails : Grails (Jetty) and crossdomain.xml( Colin Harrington)</title>
		<link>http://colinharrington.net/blog/2008/07/grails-jetty-and-crossdomainxml/comment-page-1/#comment-205</link>
		<dc:creator>Groovy on Grails : Grails (Jetty) and crossdomain.xml( Colin Harrington)</dc:creator>
		<pubDate>Mon, 14 Jul 2008 17:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://colinharrington.net/blog/index.php/2008/07/13/grails-jetty-and-crossdomainxml/#comment-205</guid>
		<description>[...] Original Source [...]</description>
		<content:encoded><![CDATA[<p>[...] Original Source [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
