Re: Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Thom Park
Thanks Craig, I appreciate the quick answer ! -Thom Craig R. McClanahan wrote: > Thom Park wrote: > >> I'm having some trouble getting the J2EE CTS tests to pass using Tomcat >> 3.2.b8. >> The CTS is complaining that a public static final member has been added >> to javax.servlet.http.HttpSe

Re: Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Craig R. McClanahan
Thom Park wrote: > I'm having some trouble getting the J2EE CTS tests to pass using Tomcat > 3.2.b8. > The CTS is complaining that a public static final member has been added > to javax.servlet.http.HttpServletResponse class - > > e.g.:public static final int SC_TEMPORARY_REDIRECT = 307; > >

Problem with servlet api that ships with 3.2.b8

2000-11-29 Thread Thom Park
I'm having some trouble getting the J2EE CTS tests to pass using Tomcat 3.2.b8. The CTS is complaining that a public static final member has been added to javax.servlet.http.HttpServletResponse class - e.g.:public static final int SC_TEMPORARY_REDIRECT = 307; I can't find this public stati