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=7579>. 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=7579 Tomcat 4.0.3 + struts fails with -security [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-07-08 00:41 ------- The security manager issues with commons-logging have been resolved in recent nightly builds (tested against Tomcat 4.0.4 and 4.1.7 with security manager enabled). However, commons-beanutils requires the following permission to be granted if you use any beans that have mapped properties: permission java.lang.RuntimePermission "accessDeclaredMembers"; For Tomcat 4.x, this permission is granted by editing the file "$CATALINA_HOME/conf/catalina.policy" and granting this permission either to all code, or to just the codebase(s) you need. See the comments in catalina.policy for further instructions. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>