<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ralph's TechBlog &#187; bugfix</title>
	<atom:link href="http://techblog.ralph-schuster.eu/tag/bugfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.ralph-schuster.eu</link>
	<description>Technical stuff for IT experts</description>
	<lastBuildDate>Tue, 27 Dec 2011 09:38:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SimpleCaptcha for Servers</title>
		<link>http://techblog.ralph-schuster.eu/2007/11/21/simplecaptcha-for-servers/</link>
		<comments>http://techblog.ralph-schuster.eu/2007/11/21/simplecaptcha-for-servers/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 14:51:03 +0000</pubDate>
		<dc:creator>Ralph</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[bugfix]]></category>
		<category><![CDATA[Captcha]]></category>

		<guid isPermaLink="false">http://techblog.ralph-schuster.eu/2007/11/21/simplecaptcha-for-servers/</guid>
		<description><![CDATA[Currently there is a bug in SimpleCaptcha library that prevents it running in non-graphics environments. It will throw a java.awt.HeadlessException. Although the code does not rely on various graphics classes, they were left causing this problem. I fixed the code and recompiled it. You can download the fixed JAR file here. Do not forget to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F11%2F21%2Fsimplecaptcha-for-servers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftechblog.ralph-schuster.eu%2F2007%2F11%2F21%2Fsimplecaptcha-for-servers%2F&amp;source=TechnicalG&amp;style=compact&amp;hashtags=bugfix,Captcha&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Currently there is a bug in <a title="SimpleCaptcha" href="http://simplecaptcha.sourceforge.net/">SimpleCaptcha</a> library that prevents it running in non-graphics environments. It will throw a java.awt.HeadlessException. Although the code does not rely on various graphics classes, they were left causing this problem.</p>
<p>I fixed the code and recompiled it. You can download the fixed JAR file <a title="here" href="http://techblog.ralph-schuster.eu/wp-content/uploads/2007/11/lsimplecaptcha-20071121.jar">here</a>. Do not forget to set the system property java.awt.headless to true, e.g. by specifying Djava.awt.headless=true at command line.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.ralph-schuster.eu/2007/11/21/simplecaptcha-for-servers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

