Re: AJP + WebSockets

2013-03-19 Thread Mark Thomas
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

AJP + WebSockets

2013-03-19 Thread Nick Williams
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