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/19 22:04:00 UTC

DO NOT REPLY [Bug 4282] - On JSP compile deprecation "Note:" line throws exception in Compiler.java

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

On JSP compile deprecation "Note:" line throws exception in Compiler.java

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|tomcat-                     |kin-man.chung@sun.com
                   |dev@jakarta.apache.org      |



------- Additional Comments From kin-man.chung@sun.com  2001-10-19 13:03 -------
Are you sure you got the 4.0.1 Final and not 4.0 Final?  This bug was in 4.0
FInal and was fixed in 4.0.1.  If you look at the source Compiler.java, you'll
see there is a try/catch for NumberFormatException around Integer.parseInt.

Also, try running the test with 4.0 nightly build, and see you get the same
problem.  Thanks.