Re: potential problem: CometEvent END is not fired

2013-07-13 Thread stzdzyhs
After carefully read the code of test unit: TestCometProcessor.java and the document, it looks like that the CometEvent END is not always fired. for example: a case that will not fire END event: a http GET request, in the BEGIN event, the event.close() is invoked. Please see the attached testcase

Re: potential problem: CometEvent END is not fired

2013-07-13 Thread Mark Thomas
On 13/07/2013 02:23, stzdzyhs wrote: > Hello, > a basic CometProcessor servlet, I found that the CometEvent END is not > fired.only BEGIN event is fired. There is a unit test that checks this. That suggests that the problem is with your application rather than with Tomcat. The users list is the pl