You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Paulex Yang (JIRA)" <ji...@apache.org> on 2006/08/29 04:09:23 UTC

[jira] Assigned: (HARMONY-1290) [classlib][logging] Logger.logrb throws unexpected AccessControlException when security manager is enable.

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

Paulex Yang reassigned HARMONY-1290:
------------------------------------

    Assignee: Paulex Yang

> [classlib][logging] Logger.logrb throws unexpected AccessControlException when security manager is enable.
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1290
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1290
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1290.diff
>
>
> Following test reproduces the bug:
> 	public void test_logrb() throws Exception {
> 		    System.setSecurityManager(new SecurityManager());
> 		    Logger.global.logrb(Level.OFF, null, null, "abc", "def");		
> 	}
> The test passes against RI while fails against Harmony. 

-- 
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