Mark,

I noticed the HttpServletRequest upgrade method still had the signature void 
upgrade(HttpUpgradeHandler) when it should be <T extends HttpUpgradeHandler> T 
upgrade(Class<T>) per the latest spec. What's your status on getting this 
changed? I started to try to clean this up a bit (I can email you a partial 
patch that has compile errors in WebSocketServlet and WsServlet to save you 
some time, if you want), but I hit a road block with WsProtocolHandler, which 
is going to need a zero-arg constructor. I stopped there to avoid stepping on 
your toes.

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to