Bug 3892 - Can't compile 2092.jsp
Summary: Can't compile 2092.jsp
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 4
Classification: Unclassified
Component: Jasper (show other bugs)
Version: 4.0 Final
Hardware: PC All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
: 4481 4959 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-01 00:46 UTC by Jayson Falkner
Modified: 2005-03-20 17:06 UTC (History)
3 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jayson Falkner 2001-10-01 00:46:57 UTC
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?
Comment 1 Kin-Man Chung 2001-10-03 16:49:19 UTC
Fixed with build 20011003
Comment 2 Kin-Man Chung 2001-11-01 15:46:32 UTC
*** Bug 4481 has been marked as a duplicate of this bug. ***
Comment 3 Kin-Man Chung 2001-11-20 17:04:01 UTC
*** Bug 4959 has been marked as a duplicate of this bug. ***