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|INVALID                     |



------- Additional Comments From [EMAIL PROTECTED]  2002-09-30 17:06 -------
Glenn, I have fixed the problem on my end by adding the following two lines in 
my catalina.policy:

        permission 
java.lang.RuntimePermission "accessClassInPackage.org.apache.catalina.util";
        permission 
java.lang.RuntimePermission "accessClassInPackage.org.apache.catalina.util.*";
+       permission 
java.lang.RuntimePermission "defineClassInPackage.org.apache.catalina.util";
+       permission 
java.lang.RuntimePermission "defineClassInPackage.org.apache.catalina.util.*";

The reason why I posted this bug is so that you can fix this catalina.policy in 
the Tomcat distribution to fix this bug for others.  Please do so.  Thanks.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to