<?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: GWT loading remote JSONP XSS</title>
	<atom:link href="http://www.peterfranza.com/2010/06/09/gwt-loading-remote-jsonp-xss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.peterfranza.com/2010/06/09/gwt-loading-remote-jsonp-xss/</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 00:29:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jeroen Janssen</title>
		<link>http://www.peterfranza.com/2010/06/09/gwt-loading-remote-jsonp-xss/comment-page-1/#comment-1023</link>
		<dc:creator>Jeroen Janssen</dc:creator>
		<pubDate>Sun, 27 Jun 2010 12:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.peterfranza.com/?p=502#comment-1023</guid>
		<description>Very nice way of doing JSONP fetching and async handling of the result.

Note that it might be good to also combine this with the information on http://code.google.com/intl/nl-NL/webtoolkit/doc/latest/tutorial/Xsite.html for cleaning up the remote script and callbacks (step 5: Cleanup. Remove script and callback elements). 

That makes also sure that a (timeout) callback is called when the JSONP call fails.</description>
		<content:encoded><![CDATA[<p>Very nice way of doing JSONP fetching and async handling of the result.</p>
<p>Note that it might be good to also combine this with the information on <a href="http://code.google.com/intl/nl-NL/webtoolkit/doc/latest/tutorial/Xsite.html" rel="nofollow">http://code.google.com/intl/nl-NL/webtoolkit/doc/latest/tutorial/Xsite.html</a> for cleaning up the remote script and callbacks (step 5: Cleanup. Remove script and callback elements). </p>
<p>That makes also sure that a (timeout) callback is called when the JSONP call fails.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

