Author: markt Date: Sat Jun 19 14:45:51 2010 New Revision: 956230 URL: http://svn.apache.org/viewvc?rev=956230&view=rev Log: Add a section on STRICT_SERVLET_COMPLIANCE
Modified: tomcat/site/trunk/docs/migration.html tomcat/site/trunk/xdocs/migration.xml Modified: tomcat/site/trunk/docs/migration.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=956230&r1=956229&r2=956230&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration.html (original) +++ tomcat/site/trunk/docs/migration.html Sat Jun 19 14:45:51 2010 @@ -737,6 +737,44 @@ compatibility problems.</p> </tr> </table> + <table border="0" cellspacing="0" cellpadding="2" width="100%"> +<tr> +<td bgcolor="#828DA6"> +<font color="#ffffff" face="arial,helvetica,sanserif"> +<a name="System properties"> +<!--()--> +</a> +<a name="System_properties"> +<strong>System properties</strong> +</a> +</font> +</td> +</tr> +<tr> +<td> +<blockquote> + + <p>The <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system + property has been modified to provide greater control over its effects. Each + behavioural change is now controlled by a dedicated system property. The + default behaviour is unchanged. The + <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system property + now controls whether or not specification compliant defaults are used for + the other system properties. Even if + <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> is + <code>true</code>, setting the individual system properties will always take + priority.</p> + + </blockquote> +</td> +</tr> +<tr> +<td> +<br/> +</td> +</tr> +</table> + </blockquote> </p> </td> Modified: tomcat/site/trunk/xdocs/migration.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=956230&r1=956229&r2=956230&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration.xml (original) +++ tomcat/site/trunk/xdocs/migration.xml Sat Jun 19 14:45:51 2010 @@ -209,6 +209,21 @@ compatibility problems.</p> </subsection> + <subsection name="System properties"> + + <p>The <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system + property has been modified to provide greater control over its effects. Each + behavioural change is now controlled by a dedicated system property. The + default behaviour is unchanged. The + <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system property + now controls whether or not specification compliant defaults are used for + the other system properties. Even if + <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> is + <code>true</code>, setting the individual system properties will always take + priority.</p> + + </subsection> + </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org