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:
>Permissions depend on the complete Class call chain. If any class in the
>call chain does not have the required permission then the security check
>will fail.
>
Thanks for the explanation. I agree that relying on ResourceBundle being
initialized before a Security Manager is installed would be flakey, so I
installed a patch similar to what you suggested.
regards
Bryce.