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=12461>. 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=12461 Jasper imports classes it shouldn't Summary: Jasper imports classes it shouldn't Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Jasper imports 'org.apache.jasper.runtime.*' in the java it generates. According to spec, the only default imports should be "javax.servlet.*", "javax.servlet.http.*", and "javax.servlet.jsp.*" Classes from the o.a.j.runtime package should be used via fully qualified names. see attached patch (supercedes one posted to tomcat-dev as there's a conflict now) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>