Author: markt
Date: Sat Jun 13 19:23:40 2009
New Revision: 784456
URL: http://svn.apache.org/viewvc?rev=784456&view=rev
Log:
Add caseSensitive deprecation warning.
Modified:
tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=784456&r1=784455&r2=784456&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Sat Jun 13 19:23:40 2009
@@ -91,6 +91,11 @@
<bug>44943</bug>: Use the same engine name in server.xml comments to
reduce copy and pastes issues. (markt, kkolinko)
</fix>
+ <update>
+ Deprecate the <code>caseSensitive</code> option on the
+ <code>StandardContext</code> which will be removed in Tomcat 7 onwards.
+ (markt)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml?rev=784456&r1=784455&r2=784456&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/context.xml Sat Jun 13 19:23:40
2009
@@ -319,6 +319,8 @@
</attribute>
<attribute name="caseSensitive" required="false">
+ <p>Deprecated. This option will be removed in Tomcat 7 onwards where
the
+ default of <code>true</code> will always be used.</p>
<p>If the value of this flag is <code>false</code>, all case
sensitivity
checks will be disabled. If not
specified, the default value of the flag is <code>true</code>.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]