Author: markt Date: Wed Dec 1 11:50:09 2010 New Revision: 1040965 URL: http://svn.apache.org/viewvc?rev=1040965&view=rev Log: Session management updates Trailing header limit differences
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=1040965&r1=1040964&r2=1040965&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration.html (original) +++ tomcat/site/trunk/docs/migration.html Wed Dec 1 11:50:09 2010 @@ -687,6 +687,49 @@ compatibility problems.</p> <tr> <td bgcolor="#828DA6"> <font color="#ffffff" face="arial,helvetica,sanserif"> +<a name="Session manager configuration"> +<!--()--> +</a> +<a name="Session_manager_configuration"> +<strong>Session manager configuration</strong> +</a> +</font> +</td> +</tr> +<tr> +<td> +<blockquote> + <p>A number of changes have been made to the session manager to improve the + performance of session generation and destruction including changes to + session ID generation. The session ID generation changes take advantages of + improvements in <code>java.secure.SecureRandom</code> since the session ID + generation was first written. The configuration changes are:</p> + + <ul> + <li> +<tt>randomClass</tt> has changed to <tt>secureRandomClass</tt> and + the provided class must extend <code>java.secure.SecureRandom</code> +</li> + <li>Two new properties <tt>secureRandomAlgoithm</tt> and + <tt>secureRandomProvider</tt> have been added to enable the selection of + a SecureRandom implementation.</li> + <li>The <tt>algorithm</tt> attribute has been removed</li> + <li>The <tt>entropy</tt> attribute has been removed</li> + </ul> + </blockquote> +</td> +</tr> +<tr> +<td> +<br/> +</td> +</tr> +</table> + + <table border="0" cellspacing="0" cellpadding="2" width="100%"> +<tr> +<td bgcolor="#828DA6"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Session cookie configuration"> <!--()--> </a> @@ -827,6 +870,8 @@ compatibility problems.</p> <code>true</code>, setting the individual system properties will always take priority.</p> + <p>The <code>org.apache.coyote.MAX_TRAILER_SIZE</code> has been removed and + is replaced by the maxTrailerSize attribute of the Connector.</p> </blockquote> </td> </tr> Modified: tomcat/site/trunk/xdocs/migration.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1040965&r1=1040964&r2=1040965&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration.xml (original) +++ tomcat/site/trunk/xdocs/migration.xml Wed Dec 1 11:50:09 2010 @@ -192,6 +192,24 @@ compatibility problems.</p> </subsection> + <subsection name="Session manager configuration"> + <p>A number of changes have been made to the session manager to improve the + performance of session generation and destruction including changes to + session ID generation. The session ID generation changes take advantages of + improvements in <code>java.secure.SecureRandom</code> since the session ID + generation was first written. The configuration changes are:</p> + + <ul> + <li><tt>randomClass</tt> has changed to <tt>secureRandomClass</tt> and + the provided class must extend <code>java.secure.SecureRandom</code></li> + <li>Two new properties <tt>secureRandomAlgoithm</tt> and + <tt>secureRandomProvider</tt> have been added to enable the selection of + a SecureRandom implementation.</li> + <li>The <tt>algorithm</tt> attribute has been removed</li> + <li>The <tt>entropy</tt> attribute has been removed</li> + </ul> + </subsection> + <subsection name="Session cookie configuration"> <p>With the addition of <code>SessionCookieConfig</code> in the Servlet 3.0 @@ -255,6 +273,8 @@ compatibility problems.</p> <code>true</code>, setting the individual system properties will always take priority.</p> + <p>The <code>org.apache.coyote.MAX_TRAILER_SIZE</code> has been removed and + is replaced by the maxTrailerSize attribute of the Connector.</p> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org