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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tomcat- |[EMAIL PROTECTED] |[EMAIL PROTECTED] | ------- Additional Comments From [EMAIL PROTECTED] 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.