On 19/03/2013 22:49, Nick Williams wrote:
> I was working on the recent change in the Servlet 3.1 spec for
> HttpServletRequest#upgrade(...) and noticed that the
> AbstractAjpProcessor doesn't support HTTP Upgrade (and, by extension,
> doesn't support WebSockets). Only the AbstractHttp11Processor d
I was working on the recent change in the Servlet 3.1 spec for
HttpServletRequest#upgrade(...) and noticed that the AbstractAjpProcessor
doesn't support HTTP Upgrade (and, by extension, doesn't support WebSockets).
Only the AbstractHttp11Processor does.
Is there a plan for AJP to support Upgrad