Laurent Sauvage created CONFIGURATION-528:
---------------------------------------------

             Summary: ConfigurationInterpolator class does not load if security 
manager enabled
                 Key: CONFIGURATION-528
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-528
             Project: Commons Configuration
          Issue Type: Bug
          Components: Interpolation
    Affects Versions: 1.9
            Reporter: Laurent Sauvage
            Priority: Minor


ConfigurationInterpolator class does not load if security manager is enabled 
because its static initializer instantiate EnvironmentLookup which instantiate 
EnvironmentConfiguration which use System.getenv()in its constructor. But 
System.getenv() can fail if RuntimePermission("getenv.*") is not granted.
Notice this "bug" is annoying to catch because a NoClassDefFoundError is thrown 
when classloading ConfigurationInterpolator without the good 
AccessControlException showing the real source of the problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to