This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: java.util.ResourceBundle bug?
Mark Wielaard wrote:
>Yes you can, IF you have permission to actually create a SecurityManager.
>(Note that our current implementation of the SecurityManger constructor
>follows the old 1.1 semantics.) But this also seems to solve your problem.
>Just create a package local subclass of SecurityManager in java.util
>that can (only) be used by classes in java.util.
>
OK, I guess we'll go with this approach then. Is the
AccessController.doPrivileged() actually required, given that
ResourceBundle (and its "private" security manager) will always be
loaded by the bootstrap classloader?
regards
Bryce.