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-13 14:28 -------
A less clunky patch.  The private variable "securityManager" is unnecessary.

Keith

106d105
<     private SecurityManager securityManager = null;
118d116
<       this.securityManager = System.getSecurityManager();
180c178
<                     securityManager.checkPackageAccess(name.substring(0,dot));
---
>                     System.getSecurityManager().checkPackageAccess
(name.substring(0,dot));

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

Reply via email to