<?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: Beware of File.createTempFile</title>
	<atom:link href="http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/feed/" rel="self" type="application/rss+xml" />
	<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/</link>
	<description>This is not a tag line!</description>
	<lastBuildDate>Sat, 05 Sep 2009 20:54:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Chris</title>
		<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/comment-page-1/#comment-17402</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 05 Sep 2009 20:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://codepuccino.com/metacosm/?p=467#comment-17402</guid>
		<description>Actually, Matt has committed a fix for it. You can configure cargo to tell it where the server config to boot from should be created. I haven&#039;t tried it yet, but will check it out tomorrow.</description>
		<content:encoded><![CDATA[<p>Actually, Matt has committed a fix for it. You can configure cargo to tell it where the server config to boot from should be created. I haven&#8217;t tried it yet, but will check it out tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/comment-page-1/#comment-17401</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 05 Sep 2009 20:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://codepuccino.com/metacosm/?p=467#comment-17401</guid>
		<description>It might, I haven&#039;t tried… The problem is when you don&#039;t control the code. I got hit by the issue trying to run tests on AS 5.1 via cargo. JBoss&#039; config is put in the default temp dir by cargo and MC tries to load its configuration using FileURLConnection which doesn&#039;t properly escape the file name, resulting in MC not finding its bootstrapping file (because FileURLConnection looks for a file with spaces in its name instead of leaving the + chars as is). I haven&#039;t looked too deep into the issue so I don&#039;t know who&#039;s to blame here: cargo or MC...</description>
		<content:encoded><![CDATA[<p>It might, I haven&#8217;t tried… The problem is when you don&#8217;t control the code. I got hit by the issue trying to run tests on AS 5.1 via cargo. JBoss&#8217; config is put in the default temp dir by cargo and MC tries to load its configuration using FileURLConnection which doesn&#8217;t properly escape the file name, resulting in MC not finding its bootstrapping file (because FileURLConnection looks for a file with spaces in its name instead of leaving the + chars as is). I haven&#8217;t looked too deep into the issue so I don&#8217;t know who&#8217;s to blame here: cargo or MC&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud Héritier</title>
		<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/comment-page-1/#comment-17400</link>
		<dc:creator>Arnaud Héritier</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://codepuccino.com/metacosm/?p=467#comment-17400</guid>
		<description>Hey, you probably found why WCI tests on JBoss are failing on my MBP. I&#039;ll try to fix it by setting the java.io.tmpdir in surefire settings (because tests are forked thus we cannot use MAVEN_OPTS). Perhaps we could put java.io.tmpdir=${project.build.directory} /tmp</description>
		<content:encoded><![CDATA[<p>Hey, you probably found why WCI tests on JBoss are failing on my MBP. I&#8217;ll try to fix it by setting the java.io.tmpdir in surefire settings (because tests are forked thus we cannot use MAVEN_OPTS). Perhaps we could put java.io.tmpdir=${project.build.directory} /tmp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juha</title>
		<link>http://codepuccino.com/metacosm/2009/09/04/beware-of-file-createtempfile/comment-page-1/#comment-17399</link>
		<dc:creator>juha</dc:creator>
		<pubDate>Fri, 04 Sep 2009 19:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://codepuccino.com/metacosm/?p=467#comment-17399</guid>
		<description>Does File.toURI().toURL() not escape it correctly?</description>
		<content:encoded><![CDATA[<p>Does File.toURI().toURL() not escape it correctly?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
