On Thu, Apr 19, 2012 at 12:34 AM, Bernd Fondermann <[email protected]> wrote: > I propose to refactor BOSH from the current long polling implementation > using Jetty-specific continuations to Servlet 3.0, which is web container > agnostic.
I think it's the right way to go. When the BOSH code was written, Jetty was the only (at least of the common ones) servlet container which supported async handling and thus we chose only to target it. Now, as that has changed, we should target Servlet 3.0. /niklas
