> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 17, 2006 5:56 AM > To: tomcat-dev@jakarta.apache.org > Subject: svn commit: r407241 - in > /tomcat/tc6.0.x/trunk/java/org/apache: catalina/ > catalina/connector/ catalina/servlets/ coyote/ajp/ > coyote/http11/ tomcat/util/net/ > > Author: remm > Date: Wed May 17 05:55:39 2006 > New Revision: 407241 > > URL: http://svn.apache.org/viewcvs?rev=407241&view=rev > Log: > - Start work on comet support. Note: it doesn't work yet, I > think (I didn't test), and most of this > is very preliminary. It is relatively straightforward, though. > > Added: > > tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.j > ava (with props) >
> Added: > tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.java > URL: > http://svn.apache.org/viewcvs/tomcat/tc6.0.x/trunk/java/org/ap > ache/catalina/CometProcessor.java?rev=407241&view=auto > ============================================================== > ================ > --- > tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.j > ava (added) > +++ > tomcat/tc6.0.x/trunk/java/org/apache/catalina/CometProcessor.j > ava Wed May 17 05:55:39 2006 > @@ -0,0 +1,21 @@ You forgot to include the license on this. > +package org.apache.catalina; This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]