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=16200>.
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=16200

isThreadSafe does not work !!

           Summary: isThreadSafe does not work !!
           Product: Tomcat 4
           Version: 4.1.18
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Jasper 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


<%@page isThreadSafe = "false" %>

The above statement should make the servlet to implement SingleThreadModel. 
But there seems to be a bug in Jasper. The following files contain the bug(s) :

1. org.apache.jasper.compiler.Validator.java - Line number 203 : isThreadSafe 
is isthreadSafe here i.e the "t" is in lowercase 

2. org.apache.jasper.compiler.Generator.java - Line number 363 : After fixing 
the first bug, a jsp compilation error was generated. There was no space 
between the servlet class name and the "implements" keyword !!

Kindly let me know if you need more info.

thanks,
saravanan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to