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 does. > > Is there a plan for AJP to support Upgrade in the (hopefully > not-distant) future? Or is there some limitation that means it can > never support Upgrade?
It can't support upgrade without some work on the web server side. There is currently no mechanism for mod_jk (or any other web server module) to say hey, from this point on leave the connection open and just pass bytes back and forth. My hope is that it wouldn't be too hard to do because that is essentially what CONNECT does but initiated from the client side. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org