Skip to:
After switching the BOSH servlet implementation to an async Servlet implementation (), HTTP compression fails.
The existing implementation uses a filter that is incompatible with an async servlet. Jetty provides a async-compatible one, which should be used.
Replaced with AsyncGZipFilter.
After switching the BOSH servlet implementation to an async Servlet implementation (), HTTP compression fails.
The existing implementation uses a filter that is incompatible with an async servlet. Jetty provides a async-compatible one, which should be used.