You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/10/06 07:31:40 UTC

svn commit: r1763506 - in /tomcat/site/trunk: docs/migration-85.html docs/migration-9.html xdocs/migration-85.xml xdocs/migration-9.xml

Author: markt
Date: Thu Oct  6 07:31:40 2016
New Revision: 1763506

URL: http://svn.apache.org/viewvc?rev=1763506&view=rev
Log:
Add cookie processing changes to the migration guide

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=1763506&r1=1763505&r2=1763506&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Thu Oct  6 07:31:40 2016
@@ -249,6 +249,9 @@
 <a href="#SessionManager">SessionManager</a>
 </li>
 <li>
+<a href="#Cookies">Cookies</a>
+</li>
+<li>
 <a href="#Web_applications">Web applications</a>
 </li>
 <li>
@@ -530,7 +533,7 @@ of Apache Tomcat.</p>
 </ul>
 
     
-<p>Clarify are:</p>
+<p>The replacements are as follows:</p>
     
 <ul>
       
@@ -542,7 +545,7 @@ of Apache Tomcat.</p>
 </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
+          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>&lt;session-timeout&gt;</code> element in
           <code>/WEB-INF/web.xml</code>.</li>
@@ -555,6 +558,22 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+
+  
+<div class="subsection">
+<h4 id="Cookies">Cookies</h4>
+<div class="text">
+  
+    
+<p>The default <code>CookieProcessor</code> is now the
+    <code>Rfc6265CookieProcessor</code>. The <code>CookieProcessor</code> is
+    configurable per <code>Context</code> and the
+    <code>LegacyCookieProcessor</code> may be used to obtain the 8.0.x
+    behaviour.</p>
+
+  
+</div>
+</div>
 
   
 <div class="subsection">

Modified: tomcat/site/trunk/docs/migration-9.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1763506&r1=1763505&r2=1763506&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Thu Oct  6 07:31:40 2016
@@ -267,6 +267,9 @@
 <a href="#SessionManager">SessionManager</a>
 </li>
 <li>
+<a href="#Cookies">Cookies</a>
+</li>
+<li>
 <a href="#Web_applications">Web applications</a>
 </li>
 <li>
@@ -683,7 +686,7 @@ of Apache Tomcat.</p>
 </ul>
 
     
-<p>Clarify are:</p>
+<p>The replacements are as follows:</p>
     
 <ul>
       
@@ -695,7 +698,7 @@ of Apache Tomcat.</p>
 </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
+          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>&lt;session-timeout&gt;</code> element in
           <code>/WEB-INF/web.xml</code>.</li>
@@ -708,6 +711,22 @@ of Apache Tomcat.</p>
   
 </div>
 </div>
+
+  
+<div class="subsection">
+<h4 id="Cookies">Cookies</h4>
+<div class="text">
+  
+    
+<p>The default <code>CookieProcessor</code> is now the
+    <code>Rfc6265CookieProcessor</code>. The <code>CookieProcessor</code> is
+    configurable per <code>Context</code> and the
+    <code>LegacyCookieProcessor</code> may be used to obtain the 8.0.x
+    behaviour.</p>
+
+  
+</div>
+</div>
 
   
 <div class="subsection">

Modified: tomcat/site/trunk/xdocs/migration-85.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-85.xml?rev=1763506&r1=1763505&r2=1763506&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-85.xml (original)
+++ tomcat/site/trunk/xdocs/migration-85.xml Thu Oct  6 07:31:40 2016
@@ -162,7 +162,7 @@ of Apache Tomcat.</p>
       <li><code>sessionIdLength</code></li>
     </ul>
 
-    <p>Clarify are:</p>
+    <p>The replacements are as follows:</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
@@ -170,7 +170,7 @@ of Apache Tomcat.</p>
           the <code>&lt;distributable /&gt;</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
+          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>&lt;session-timeout&gt;</code> element in
           <code>/WEB-INF/web.xml</code>.</li>
@@ -180,6 +180,16 @@ of Apache Tomcat.</p>
     </ul>
   </subsection>
 
+  <subsection name="Cookies">
+  
+    <p>The default <code>CookieProcessor</code> is now the
+    <code>Rfc6265CookieProcessor</code>. The <code>CookieProcessor</code> is
+    configurable per <code>Context</code> and the
+    <code>LegacyCookieProcessor</code> may be used to obtain the 8.0.x
+    behaviour.</p>
+
+  </subsection>
+
   <subsection name="Web applications">
   
     <p>The Manager and HostManager web applications are configured by default

Modified: tomcat/site/trunk/xdocs/migration-9.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-9.xml?rev=1763506&r1=1763505&r2=1763506&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-9.xml (original)
+++ tomcat/site/trunk/xdocs/migration-9.xml Thu Oct  6 07:31:40 2016
@@ -235,7 +235,7 @@ of Apache Tomcat.</p>
       <li><code>sessionIdLength</code></li>
     </ul>
 
-    <p>Clarify are:</p>
+    <p>The replacements are as follows:</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
@@ -243,7 +243,7 @@ of Apache Tomcat.</p>
           the <code>&lt;distributable /&gt;</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
+          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>&lt;session-timeout&gt;</code> element in
           <code>/WEB-INF/web.xml</code>.</li>
@@ -253,6 +253,16 @@ of Apache Tomcat.</p>
     </ul>
   </subsection>
 
+  <subsection name="Cookies">
+  
+    <p>The default <code>CookieProcessor</code> is now the
+    <code>Rfc6265CookieProcessor</code>. The <code>CookieProcessor</code> is
+    configurable per <code>Context</code> and the
+    <code>LegacyCookieProcessor</code> may be used to obtain the 8.0.x
+    behaviour.</p>
+
+  </subsection>
+
   <subsection name="Web applications">
   
     <p>The Manager and HostManager web applications are configured by default



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org