<?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>Mission Data Blog &#187; tomcat</title>
	<atom:link href="http://www.missiondata.com/blog/tag/tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.missiondata.com/blog</link>
	<description>Louisville-based Web Development &#38; Software Engineering</description>
	<lastBuildDate>Tue, 24 Jan 2012 14:58:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Tomcat + UTF8 + HTTP Get</title>
		<link>http://www.missiondata.com/blog/web-development/69/tomcat-utf8-http-get/</link>
		<comments>http://www.missiondata.com/blog/web-development/69/tomcat-utf8-http-get/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 15:53:21 +0000</pubDate>
		<dc:creator>steveny</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.missiondata.com/blog/java/69/tomcat-utf8-http-get/</guid>
		<description><![CDATA[By default tomcat doesn&#8217;t UTF-8 encode get parameters like it does post parameters. This doesn&#8217;t seem to be the case with other application servers. So before you get yourself into trouble with your internationalized web application, make sure you make this change.]]></description>
			<content:encoded><![CDATA[<p>By default tomcat doesn&#8217;t UTF-8 encode get parameters like it does post parameters.  This doesn&#8217;t seem to be the case with <a href="http://www.caucho.com/">other</a> application servers.  So before you get yourself into trouble with your internationalized web application, make sure you make <a href="http://tomcat.apache.org/faq/connectors.html#utf8">this change</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.missiondata.com/blog/web-development/69/tomcat-utf8-http-get/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

