On 04/30/2010 08:51 AM, Konstantin Kolinko wrote: > There is a difference in Comet API that will require all TC6 Comet > applications > to be patched and recompiled before deploying them to TC7: > > Comet classes were moved from "org.apache.catalina" to > "org.apache.catalina.comet". > > What do you think, is this change acceptable for us?
Well I would say yes Comet is experimental and each web server has its own implementation... May be time to think of JSR for comet? > > IIRC, the cause behind this is > https://issues.apache.org/bugzilla/show_bug.cgi?id=48218 > -- to have access to Comet classes when running with a SecurityManager one has > to grant access to "org.apache.catalina" package, which exposes the server > API. > > If we go on with this, a notice has to be added to > http://tomcat.apache.org/migration.html > > > I, personally, think that it would be better to move the classes to > their old place. > > I think that Servlet 3.0 applications would prefer Servlet Async API, The Async stuff doesn't cover all the stuff Comet could do. But it makes sense to push customer to use the Servlet 3.0 when that is possible. Cheers Jean-Frederic --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org