[classlib][luni]java.util.ResourceBundle.getBundle() should get ClassLoader with the security
privileges of ResourceBundle
--------------------------------------------------------------------------------------------------------------------------
Key: HARMONY-4007
URL: https://issues.apache.org/jira/browse/HARMONY-4007
Project: Harmony
Issue Type: Bug
Components: Classlib
Reporter: Leo Li
As spec says:
public static final ResourceBundle getBundle(String baseName)
Gets a resource bundle using the specified base name, the default locale, and the caller's
class loader. Calling this method is equivalent to calling
getBundle(baseName, Locale.getDefault(), this.getClass().getClassLoader()),
except that getClassLoader() is run with the security privileges of ResourceBundle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|