Am Dienstag, den 08.01.2008, 11:53 -0500 schrieb Richard S. Hall: > > One point with Jetty 6 is, that it requires Java 1.4 or higher and > > Servlet API 2.5. This would of course "disable" support for older VMs. > > Of course, this migrated http.jetty bundle would not be working with the > > older servlet.api bundle any more. > > > > Well, the spec requires Servlet 2.1, so this will actually create > something that is not quite spec.
I agree to some extend. On the other hand - and please correct me if I am wrong, I only entered the field when 2.3 was almost out - 2.5 is compatible with 2.1. So everything available in 2.1 is also available in 2.5. So this is probably not that big a deal. In fact the spec says: "Http Service implementations must support at least version 2.1 of the Java Servlet API." (Last sentence in section 102.1 Introduction). So to my understanding, we would still be conforming, right ? Regards Felix
