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=10907>. 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=10907 Ambiguous class: JspException Summary: Ambiguous class: JspException Product: Tomcat 4 Version: 4.0.1 Final Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Jasper AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hi, I have a set of JSP pages that work perfectly on Tomcat 3.x. A few of these (that do some core exception handling) <% throw new JspException("Error"); %> The problem is that Tomcat 4.01 now says that JspException is an ambiguous class since it may refer to the javax. variety or the org.apache.runtime variety. Is it possible to change the name of the Apache class since as a servlet- agnostic developer who (sometimes) writes crappy JSP pages with unqualified class name, I definitely mean "javax.servlet.jsp.JspException" Regards, Krishnan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>