Re: Has getParameterNames been updated to use Generics?

2007-08-18 Thread Brian Munroe
On 8/17/07, Bill Barker [EMAIL PROTECTED] wrote: This is on the list of things for the Servlet 3.0 spec (http://www.jcp.org/en/jsr/detail?id=315), but that means you will have to wait for Tomcat 7.0.x to get the fix. All of the Servlet 2.x specs specify a non-generic Enumeration for this

Re: Has getParameterNames been updated to use Generics?

2007-08-17 Thread Bill Barker
Brian Munroe [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] This is more of a Servlet API question, but pertains to Tomcat nonetheless. I am using Tomcat 5.5.23 with JDK 1.6. I am having a problem with Generics and request.getParameterNames(). I keep getting a unchecked cast

Has getParameterNames been updated to use Generics?

2007-08-16 Thread Brian Munroe
This is more of a Servlet API question, but pertains to Tomcat nonetheless. I am using Tomcat 5.5.23 with JDK 1.6. I am having a problem with Generics and request.getParameterNames(). I keep getting a unchecked cast warning (just a warning, but still). I was going to just use the