In FM3, I want to get rid of JSP 2.0 support. It needlessly complicates the build (because we also have to support the new methods in JSP 2.1). Then our minimum requirement will be still Servet 2.5, JSP 2.1, which was part of Java EE 5 (May 11, 2006). So I trust that nobody will want to stop me doing this.
We might even want to require Servlet 3.0 and JSP 2.2, from Java EE 6 (December 10, 2009), just to make things easier in the future, though at the moment we don't utilize that. -- Thanks, Daniel Dekany
