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 2011/09/08 16:06:17 UTC

svn commit: r1166697 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

Author: markt
Date: Thu Sep  8 14:06:17 2011
New Revision: 1166697

URL: http://svn.apache.org/viewvc?rev=1166697&view=rev
Log:
Add information on changes to request attributes

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=1166697&r1=1166696&r2=1166697&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Thu Sep  8 14:06:17 2011
@@ -293,6 +293,9 @@
 <a href="#Cookies">Cookies</a>
 </li>
 <li>
+<a href="#Request_attributes">Request attributes</a>
+</li>
+<li>
 <a href="#Comet">Comet</a>
 </li>
 <li>
@@ -1350,6 +1353,39 @@ accordingly.</p>
 <tr>
 <td bgcolor="#828DA6">
 <font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Request attributes">
+<!--()-->
+</a>
+<a name="Request_attributes">
+<strong>Request attributes</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+    <p>The custom request attribute
+    <code>javax.servlet.request.ssl_session</code> provided to access the SSL
+    session ID has been deprecated in favour of the new, specification defined
+    request attribute <code>javax.servlet.request.ssl_session_id</code>. Support
+    for the custom attribute will be removed in Tomcat 8.</p>
+    
+  </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="Comet">
 <strong>Comet</strong>
 </a>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=1166697&r1=1166696&r2=1166697&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Thu Sep  8 14:06:17 2011
@@ -485,6 +485,16 @@ accordingly.</p>
   
   </subsection>
 
+  <subsection name="Request attributes">
+
+    <p>The custom request attribute
+    <code>javax.servlet.request.ssl_session</code> provided to access the SSL
+    session ID has been deprecated in favour of the new, specification defined
+    request attribute <code>javax.servlet.request.ssl_session_id</code>. Support
+    for the custom attribute will be removed in Tomcat 8.</p>
+    
+  </subsection>
+
   <subsection name="Comet">
 
     <p>To enabled Comet to work correctly when running under a security manager,



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