You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/08/25 07:40:52 UTC

[jira] Updated: (HARMONY-1275) [classlib][logging] java.util.logging.LogManager.getLogManager() fails when security manager is enabled.

     [ http://issues.apache.org/jira/browse/HARMONY-1275?page=all ]

Andrew Zhang updated HARMONY-1275:
----------------------------------

    Attachment: Harmony-1275.diff

Hi, 

Would you please try my patch?  Thanks!
Because the bug is caused in static initialization block, therefore, it's hard to write regression test for this issue. The patch only inlcudes implementation fix.

Best regards,
Andrew

> [classlib][logging] java.util.logging.LogManager.getLogManager() fails when security manager is enabled.
> --------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1275
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1275
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: Harmony-1275.diff
>
>
> Following test reproduces the bug. Please run this test case seperately.
> 	public void testGetLoggerManager() throws Exception {
> 		System.setSecurityManager(new SecurityManager());
> 		LogManager manager = LogManager.getLogManager();
> 	}
> The test passes against RI while fails against Harmony. 
> I'll upload a patch to fix this problem soon.
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira