Author: kfujino Date: Wed Jun 22 06:02:39 2016 New Revision: 1749635 URL: http://svn.apache.org/viewvc?rev=1749635&view=rev Log: Add description about removal of SessionManager attributes to the migration guides.
Modified: tomcat/site/trunk/docs/migration-85.html tomcat/site/trunk/docs/migration-9.html tomcat/site/trunk/xdocs/migration-85.xml tomcat/site/trunk/xdocs/migration-9.xml Modified: tomcat/site/trunk/docs/migration-85.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1749635&r1=1749634&r2=1749635&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-85.html (original) +++ tomcat/site/trunk/docs/migration-85.html Wed Jun 22 06:02:39 2016 @@ -245,6 +245,9 @@ <li> <a href="#InstanceListener_removed">InstanceListener removed</a> </li> +<li> +<a href="#SessionManager">SessionManager</a> +</li> </ol> </li> <li> @@ -486,6 +489,59 @@ of Apache Tomcat.</p> </ul> +</div> +</div> + + +<div class="subsection"> +<h4 id="SessionManager">SessionManager</h4> +<div class="text"> + + +<p>The following session manager attribute of has been completely removed in + 8.5.</p> + + +<ul> + +<li> +<code>distributable</code> +</li> + +<li> +<code>maxInactiveInterval</code> +</li> + +<li> +<code>sessionIdLength</code> +</li> + +</ul> + + +<p>Clarify are:</p> + +<ul> + +<li>The <code>distributable</code> attribute has been deprecated in 8.0 + and specified value is ignored. This should be configured via the + Context. The value is inherited based on the presence or absence of + the <code><distributable /></code> element in + <code>/WEB-INF/web.xml.</code> +</li> + +<li>The <code>maxInactiveInterval</code> attribute has been deprecated in + 8.0. If the value is specified, a warning log is Issued. This should + be configured via the Context. The value is inherited based on the + value of the <code><session-timeout></code> element in + <code>/WEB-INF/web.xml</code>.</li> + +<li>The <code>sessionIdLength</code> attribute of <code>Manager</code> has + been replaced by <code>sessionIdLength</code> attribute of + <code>SessionIdGenerator</code>.</li> + +</ul> + </div> </div> Modified: tomcat/site/trunk/docs/migration-9.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1749635&r1=1749634&r2=1749635&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-9.html (original) +++ tomcat/site/trunk/docs/migration-9.html Wed Jun 22 06:02:39 2016 @@ -263,6 +263,9 @@ <li> <a href="#InstanceListener_removed">InstanceListener removed</a> </li> +<li> +<a href="#SessionManager">SessionManager</a> +</li> </ol> </li> <li> @@ -639,6 +642,64 @@ of Apache Tomcat.</p> </ul> +</div> +</div> + + +<div class="subsection"> +<h4 id="SessionManager">SessionManager</h4> +<div class="text"> + + +<p> +<em>The following change is present in 8.5.0 onwards.</em> +</p> + + +<p>The following session manager attribute of has been completely removed in + 8.5.</p> + + +<ul> + +<li> +<code>distributable</code> +</li> + +<li> +<code>maxInactiveInterval</code> +</li> + +<li> +<code>sessionIdLength</code> +</li> + +</ul> + + +<p>Clarify are:</p> + +<ul> + +<li>The <code>distributable</code> attribute has been deprecated in 8.0 + and specified value is ignored. This should be configured via the + Context. The value is inherited based on the presence or absence of + the <code><distributable /></code> element in + <code>/WEB-INF/web.xml.</code> +</li> + +<li>The <code>maxInactiveInterval</code> attribute has been deprecated in + 8.0. If the value is specified, a warning log is Issued. This should + be configured via the Context. The value is inherited based on the + value of the <code><session-timeout></code> element in + <code>/WEB-INF/web.xml</code>.</li> + +<li>The <code>sessionIdLength</code> attribute of <code>Manager</code> has + been replaced by <code>sessionIdLength</code> attribute of + <code>SessionIdGenerator</code>.</li> + +</ul> + </div> </div> Modified: tomcat/site/trunk/xdocs/migration-85.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1749635&r1=1749634&r2=1749635&view=diff ============================================================================== Binary files - no diff available. Modified: tomcat/site/trunk/xdocs/migration-9.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1749635&r1=1749634&r2=1749635&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-9.xml (original) +++ tomcat/site/trunk/xdocs/migration-9.xml Wed Jun 22 06:02:39 2016 @@ -222,6 +222,37 @@ of Apache Tomcat.</p> </ul> </subsection> + <subsection name="SessionManager"> + + <p><em>The following change is present in 8.5.0 onwards.</em></p> + + <p>The following session manager attribute of has been completely removed in + 8.5.</p> + + <ul> + <li><code>distributable</code></li> + <li><code>maxInactiveInterval</code></li> + <li><code>sessionIdLength</code></li> + </ul> + + <p>Clarify are:</p> + <ul> + <li>The <code>distributable</code> attribute has been deprecated in 8.0 + and specified value is ignored. This should be configured via the + Context. The value is inherited based on the presence or absence of + the <code><distributable /></code> element in + <code>/WEB-INF/web.xml.</code></li> + <li>The <code>maxInactiveInterval</code> attribute has been deprecated in + 8.0. If the value is specified, a warning log is Issued. This should + be configured via the Context. The value is inherited based on the + value of the <code><session-timeout></code> element in + <code>/WEB-INF/web.xml</code>.</li> + <li>The <code>sessionIdLength</code> attribute of <code>Manager</code> has + been replaced by <code>sessionIdLength</code> attribute of + <code>SessionIdGenerator</code>.</li> + </ul> + </subsection> + </section> <section name="Upgrading 9.0.x"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org