Author: markt Date: Wed Nov 24 19:59:46 2010 New Revision: 1038790 URL: http://svn.apache.org/viewvc?rev=1038790&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50294 Add more information to documentation regarding format of configuration files. Patch provided by Luke Meyer.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml tomcat/tc6.0.x/trunk/webapps/docs/config/index.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=1038790&r1=1038789&r2=1038790&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Nov 24 19:59:46 2010 @@ -315,6 +315,10 @@ <fix> CVE-2010-4172: Multiple XSS in Manager application. (markt/kkolinko) </fix> + <add> + <bug>50294</bug>: Add more information to documentation regarding format + of configuration files. Patch provided by Luke Meyer. (markt) + </add> </changelog> </subsection> <subsection name="Other"> Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml?rev=1038790&r1=1038789&r2=1038790&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/index.xml Wed Nov 24 19:59:46 2010 @@ -39,8 +39,9 @@ attempt to describe which configuration specific tasks - for that, see the various <em>HOW-TO</em> documents on the main index page.</p> -<p>The Tomcat configuration files support Apache Ant style variable -substitution. A system property with the name <code>propname</code> may be +<p>Tomcat configuration files are formatted as schemaless XML; elements and +attributes are case-sensitive. Apache Ant-style variable substitution +is supported; a system property with the name <code>propname</code> may be used in a configuration file using the syntax <code>${propname}</code>. All system properties are available including those set using the <code>-D</code> syntax, those automatically made available by the JVM and those configured in --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org