Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 87931 invoked from network); 14 Nov 2007 17:22:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 17:22:56 -0000 Received: (qmail 4949 invoked by uid 500); 14 Nov 2007 17:22:33 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 4733 invoked by uid 500); 14 Nov 2007 17:22:32 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 4722 invoked by uid 99); 14 Nov 2007 17:22:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 09:22:32 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2007 17:22:21 +0000 Received: (qmail 12125 invoked from network); 14 Nov 2007 11:17:42 -0600 Received: from unknown (HELO ?172.16.17.238?) (12.6.150.3) by halosg.com with SMTP; 14 Nov 2007 11:17:42 -0600 Message-ID: <473B2EA5.5010303@hanik.com> Date: Wed, 14 Nov 2007 12:21:41 -0500 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Comet: response.sendRedirect() Problem References: <4731F247.4080902@hanik.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hi Jens, you've uncovered a bug in Tomcat. basically, Tomcat doesn't respect that you are calling CometEvent.close upon the BEGIN event. I've proposed a fix http://svn.apache.org/viewvc?view=rev&revision=594957 and if it is accepted it will be included in our next release which should be within a short timeframe. if you want to patch your Tomcat, the patch is at http://people.apache.org/~fhanik/patches/comet-begin-event-close.patch Filip Jens Hagel wrote: > hi, > > i'm implementing comet support for different servlet containers in an > ajax framework. > with jetty and glassfish comet support it works very well, but with > tomcat something > is going wrong with the Servlet API sendRedirect()- function which i > cannot figure out. > > do you have an idea what's going wrong? > > thank you! > > regards, > jens > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org