Author: markt Date: Mon May 17 19:24:21 2010 New Revision: 945322 URL: http://svn.apache.org/viewvc?rev=945322&view=rev Log: Add removed property. Fix typos.
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=945322&r1=945321&r2=945322&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration.html (original) +++ tomcat/site/trunk/docs/migration.html Mon May 17 19:24:21 2010 @@ -528,7 +528,7 @@ compatibility problems.</p> <blockquote> <p>The Manager application has been re-structured for Tomcat 7 onwards and - some of URLs have changed. All URLs used to access the Manager application + some URLs have changed. All URLs used to access the Manager application should now start with one of the following options:</p> <ul> @@ -587,7 +587,7 @@ compatibility problems.</p> <blockquote> <p>The Host Manager application has been re-structured for Tomcat 7 onwards - and some of URLs have changed. All URLs used to access the Manager + and some URLs have changed. All URLs used to access the Host Manager application should now start with one of the following options:</p> <ul> @@ -651,6 +651,11 @@ compatibility problems.</p> removed. An equivalent effect can be obtained by configuring the sessionCookieName attribute for the global context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li> + + <li>org.apache.catalina.SESSION_PARAMETER_NAME system property: This has + been removed. An equivalent effect can be obtained by configuring the + sessionCookieName attribute for the global context.xml + (in <code>CATALINA_BASE/conf/context.xml</code>).</li> </ul> </blockquote> @@ -714,7 +719,7 @@ compatibility problems.</p> <code>xmlValidation</code> and <code>xmlNamespaceAware</code> attributes have been removed from the <code><Host></code> element. These attributes, along with <code>tldValidation</code> and - <code>tldNamespaceAware</code> are now set per <code><Context></code> + <code>tldNamespaceAware</code>, are now set per <code><Context></code> element. The defaults (<code>false</code> for each attribute) have not been changed. However, in line with the requirements of the Servlet specification, if the Modified: tomcat/site/trunk/xdocs/migration.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=945322&r1=945321&r2=945322&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration.xml (original) +++ tomcat/site/trunk/xdocs/migration.xml Mon May 17 19:24:21 2010 @@ -103,7 +103,7 @@ compatibility problems.</p> <subsection name="Manager application"> <p>The Manager application has been re-structured for Tomcat 7 onwards and - some of URLs have changed. All URLs used to access the Manager application + some URLs have changed. All URLs used to access the Manager application should now start with one of the following options:</p> <ul> @@ -135,7 +135,7 @@ compatibility problems.</p> <subsection name="Host Manager application"> <p>The Host Manager application has been re-structured for Tomcat 7 onwards - and some of URLs have changed. All URLs used to access the Manager + and some URLs have changed. All URLs used to access the Host Manager application should now start with one of the following options:</p> <ul> @@ -174,6 +174,11 @@ compatibility problems.</p> removed. An equivalent effect can be obtained by configuring the sessionCookieName attribute for the global context.xml (in <code>CATALINA_BASE/conf/context.xml</code>).</li> + + <li>org.apache.catalina.SESSION_PARAMETER_NAME system property: This has + been removed. An equivalent effect can be obtained by configuring the + sessionCookieName attribute for the global context.xml + (in <code>CATALINA_BASE/conf/context.xml</code>).</li> </ul> </subsection> @@ -194,7 +199,7 @@ compatibility problems.</p> <code>xmlValidation</code> and <code>xmlNamespaceAware</code> attributes have been removed from the <code><Host></code> element. These attributes, along with <code>tldValidation</code> and - <code>tldNamespaceAware</code> are now set per <code><Context></code> + <code>tldNamespaceAware</code>, are now set per <code><Context></code> element. The defaults (<code>false</code> for each attribute) have not been changed. However, in line with the requirements of the Servlet specification, if the --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org