https://issues.apache.org/bugzilla/show_bug.cgi?id=50940
Summary: Cannot set compilerSourceVM option to 1.4 Product: Tomcat 7 Version: 7.0.10 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Jasper AssignedTo: dev@tomcat.apache.org ReportedBy: richard.ev...@datanomic.com The compilerSourceVM option for jsp in web.xml is used to set the source language version. We are testing with Tomcat 7 but wish to ensure that all our JSPs will work in application servers which use a source level of 1.4 (such as WebSphere 6). If the compilerSourceVM option is set to 1.4, JSPs fail to compile because Jasper has generating Java including generics, for example: private static java.util.List<java.lang.String> _jspx_dependants; -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org