Author: markt
Date: Tue Jan 4 19:24:11 2011
New Revision: 1055144
URL: http://svn.apache.org/viewvc?rev=1055144&view=rev
Log:
Add info on name only cookies
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=1055144&r1=1055143&r2=1055144&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Tue Jan 4 19:24:11 2011
@@ -248,6 +248,9 @@
<a href="#Session_cookie_configuration">Session cookie configuration</a>
</li>
<li>
+<a href="#Cookies">Cookies</a>
+</li>
+<li>
<a href="#Comet">Comet</a>
</li>
<li>
@@ -895,6 +898,35 @@ compatibility problems.</p>
<tr>
<td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="Cookies">
+<strong>Cookies</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+ <p>Tomcat no longer accepts non-specification complaint name only cookies
by
+ default. However, a new system property has been added,
+ <code>org.apache.tomcat.util.http.ServerCookie.ALLOW_NAME_ONLY</code>, that
+ can be used to accept name only cookies.</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>
@@ -990,6 +1022,7 @@ compatibility problems.</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=1055144&r1=1055143&r2=1055144&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Tue Jan 4 19:24:11 2011
@@ -260,6 +260,15 @@ compatibility problems.</p>
</subsection>
+ <subsection name="Cookies">
+
+ <p>Tomcat no longer accepts non-specification complaint name only cookies
by
+ default. However, a new system property has been added,
+ <code>org.apache.tomcat.util.http.ServerCookie.ALLOW_NAME_ONLY</code>, that
+ can be used to accept name only cookies.</p>
+
+ </subsection>
+
<subsection name="Comet">
<p>To enabled Comet to work correctly when running under a security
manager,
@@ -301,6 +310,7 @@ compatibility problems.</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: [email protected]
For additional commands, e-mail: [email protected]