Author: markt
Date: Wed May 5 23:26:28 2010
New Revision: 941539
URL: http://svn.apache.org/viewvc?rev=941539&view=rev
Log:
Add Comet package renaming to migration doc
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=941539&r1=941538&r2=941539&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Wed May 5 23:26:28 2010
@@ -663,6 +663,36 @@ compatibility problems.</p>
</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>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+
+ <p>To enabled Comet to work correctly when running under a security
manager,
+ the Comet classes have been moved from the <code>org.apache.catalina</code>
+ package to the <code>org.apache.catalina.comet</code> package. Code using
+ Comet will need to be updated and recompiled to reflect the new package
+ name.</p>
+
+ </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
+
</blockquote>
</p>
</td>
Modified: tomcat/site/trunk/xdocs/migration.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=941539&r1=941538&r2=941539&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Wed May 5 23:26:28 2010
@@ -178,6 +178,16 @@ compatibility problems.</p>
</subsection>
+ <subsection name="Comet">
+
+ <p>To enabled Comet to work correctly when running under a security
manager,
+ the Comet classes have been moved from the <code>org.apache.catalina</code>
+ package to the <code>org.apache.catalina.comet</code> package. Code using
+ Comet will need to be updated and recompiled to reflect the new package
+ name.</p>
+
+ </subsection>
+
</section>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]