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=13052>. 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=13052 SecurityManager + req.getParameter() = "ParameterMap" class loading NoClassDefFoundError exception [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|DUPLICATE | ------- Additional Comments From [EMAIL PROTECTED] 2002-09-27 06:19 ------- Although it may be related, this is technically a DIFFERENT problem than bug 12101. Your fix to 12101 was to add the "accessClassInPackage" RuntimePermission to the catalina.policy file. In Tomcat 4.0.5, even with this policy file, the exception is thrown due to a lack of a "defineClassInPackage" permission. Hence, this bug calls for an additional fix to Tomcat. I proposed a few solutions -- you can either grant the "defineClassInPackage" for org.apache.catalina.util to webapp code or (better yet) fix it in the Tomcat source by defining ParameterMap during server initialization (e.g., when HttpRequestBase gets instantiated). So, I'm reopening this bug for your attention and comments. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>