Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Turn on "async-supported" in default servlet

Hi,

I want to create an AyncContext in a filter that intercepts statics served by the default servlet.

I can't create the AsyncContext because ServletRequest#isAsyncSupported() returns false, since the targetted servlet is the default servlet which does not supports async.

Is it possible to enable async support in the default servlet?

Thanks

--
Guillaume DROUET

Back to the top