On Mon, 2010-03-22 at 11:05 -0600, Filip Hanik - Dev Lists wrote: > 2. Since it calls dispatch() before it calls request.setAttribute, it > ends up in a loop
For 1), unless the Servlet does startAsync again in the dispatch, it is complete, even if the servlet does not call complete. For 2), this is an asynchronous dispatch (dispatch() does not dispatch, it merely marks for dispatch after the Servlet returns). If you implemented it synchronously, then this is wrong. Note: I think you should stop posting or discussing TCK tests publicly. Rémy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org