You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2001/10/01 09:46:57 UTC

DO NOT REPLY [Bug 3892] New: - Can't compile 2092.jsp

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: tomcat-dev@jakarta.apache.org
        ReportedBy: jayson@jspinsider.com
                CC: jayson@jspinsider.com


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?