True, but that doesn't mean we have to compile Shindig against Servlet 2.5. The servlet dependency is "provided" scope for Maven, which means it can be substituted at runtime with a newer version.
It looks as though Shindig has a hard dependency on the Servlet 2.4 API (ServletResponse.setCharacterEncoding()), but none on 2.5. I'll update the root maven pom.xml to indicate we require 2.4. Dave, if you need something earlier than 2.4, please open an issue - we could get rid of that dependency without too much effort (it's really just a convenience API for getContentType()). On Tue, Aug 4, 2009 at 9:17 AM, Vincent Siveton<[email protected]> wrote: > 2009/8/4, Ian Boston <[email protected]>: >> I think the version of Jetty *might* be 2.5 ? > > Yes you right > > Vincent >

