Re: Servlet 3.1 Request Upgrade

2013-03-19 Thread Nick Williams
On Mar 11, 2013, at 3:37 PM, Mark Thomas wrote: > On 09/03/2013 23:03, Nick Williams wrote: >> Mark, >> >> I noticed the HttpServletRequest upgrade method still had the >> signature void upgrade(HttpUpgradeHandler) when it should be > extends HttpUpgradeHandler> T upgrade(Class) per the latest s

Re: Servlet 3.1 Request Upgrade

2013-03-11 Thread Mark Thomas
On 09/03/2013 23:03, Nick Williams wrote: > Mark, > > I noticed the HttpServletRequest upgrade method still had the > signature void upgrade(HttpUpgradeHandler) when it should be extends HttpUpgradeHandler> T upgrade(Class) per the latest spec. > What's your status on getting this changed? Haven

Servlet 3.1 Request Upgrade

2013-03-09 Thread Nick Williams
Mark, I noticed the HttpServletRequest upgrade method still had the signature void upgrade(HttpUpgradeHandler) when it should be T upgrade(Class) 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