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=7052>. 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=7052 Security manager not initialised or accessed properly ------- Additional Comments From [EMAIL PROTECTED] 2002-03-12 17:04 ------- Thanks Glenn - I understand that the issue should be assessed in a wider context. I'm up and running, anyway, it's just that it seems a bit dodgy having to patch Tomcat on each client site! Sorry about the monster code listing. The diff is given below. Keith 177a178,180 > if( securityManager == null ) { > securityManager = System.getSecurityManager(); > } 193a197,199 > if( securityManager == null ) { > securityManager = System.getSecurityManager(); > } 211a218,220 > if( securityManager == null ) { > securityManager = System.getSecurityManager(); > } -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>