You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Loenko (JIRA)" <ji...@apache.org> on 2006/08/24 22:14:56 UTC

[jira] Commented: (HARMONY-1242) [classlib][security] SecurityManager.checkPropertyAccess("java.version") throws unexpected exception.

    [ http://issues.apache.org/jira/browse/HARMONY-1242?page=comments#action_12430200 ] 
            
Mikhail Loenko commented on HARMONY-1242:
-----------------------------------------

Andrew, please check that it works

> [classlib][security] SecurityManager.checkPropertyAccess("java.version") throws unexpected exception.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1242
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1242
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Mikhail Loenko
>
> Following test reproduces the bug:
> public void test_checkPropertyAccess() throws Exception {
>       SecurityManager manager = new SecurityManager();
>       manager.checkPropertyAccess("java.version");
>     }
> The test passes against RI while fails against Harmony. 
> I have checked  "java.policy" security file, which also allows "permission java.util.PropertyPermission "java.version","read";" by default. 
> Would any security guys help investigate this issue? Thanks a lot!
> 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