DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3892>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3892 Can't compile 2092.jsp Summary: Can't compile 2092.jsp Product: Tomcat 4 Version: 4.0 Final Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Unknown AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] My JSP container was recently upgraded to Tomcat 4.0. Everything works fine except Tomcat throws an error when compiling 2092.jsp org.apache.jasper.JasperException: Unable to compile class for JSPpublic class 2092$jsp extends HttpJspBase { ^ public class 2092$jsp extends HttpJspBase { ^ public 2092$jsp( ) { ^ 3 errors The page works if the name is changed to anything without a number in front, or if we use Tomcat 3.2. Is this a new restriction of JSP 1.2?