<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Following symbolic links in Tomcat</title>
	<link>http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 16 May 2008 16:25:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: DenisH</title>
		<link>http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/#comment-122</link>
		<dc:creator>DenisH</dc:creator>
		<pubDate>Mon, 31 Mar 2008 09:05:28 +0000</pubDate>
		<guid>http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/#comment-122</guid>
		<description>It turns out that there are a few caveats to using "allowLinking". First the documentation for the &lt;a href="http://tomcat.apache.org/tomcat-5.5-doc/config/context.html" rel="nofollow"&gt;context element&lt;/a&gt; for Tomcat 5.5 says: &lt;b&gt;NOTE: This flag MUST NOT be set to true on the Windows platform (or any other OS which does not have a case sensitive filesystem), as it will disable case sensitivity checks, allowing JSP source code disclosure, among other security problems.&lt;/b&gt;

And second, in the &lt;a href="http://tomcat.apache.org/migration.html" rel="nofollow"&gt;migration documentation&lt;/a&gt; from 5.5 to Tomcat 6, it says "When using a shared webhosting environment, it is recommended that usage of context.xml inside a WAR is forbidden (using the deployXML  attribute of the Host element)". Presumably this is because it would allow badly behaved configurations to be loaded? 

So, just be aware of these pieces of advice if you are going to use the context.xml and allowLinking.</description>
		<content:encoded><![CDATA[<p>It turns out that there are a few caveats to using &#8220;allowLinking&#8221;. First the documentation for the <a href="http://tomcat.apache.org/tomcat-5.5-doc/config/context.html" rel="nofollow">context element</a> for Tomcat 5.5 says: <b>NOTE: This flag MUST NOT be set to true on the Windows platform (or any other OS which does not have a case sensitive filesystem), as it will disable case sensitivity checks, allowing JSP source code disclosure, among other security problems.</b></p>
<p>And second, in the <a href="http://tomcat.apache.org/migration.html" rel="nofollow">migration documentation</a> from 5.5 to Tomcat 6, it says &#8220;When using a shared webhosting environment, it is recommended that usage of context.xml inside a WAR is forbidden (using the deployXML  attribute of the Host element)&#8221;. Presumably this is because it would allow badly behaved configurations to be loaded? </p>
<p>So, just be aware of these pieces of advice if you are going to use the context.xml and allowLinking.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
