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
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
