You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Varlamov (JIRA)" <ji...@apache.org> on 2006/12/12 08:46:21 UTC

[jira] Closed: (HARMONY-2301) [luni] flawed SecurityManager.checkPackageAccess() impl

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

Alexey Varlamov closed HARMONY-2301.
------------------------------------

    Resolution: Fixed

Fixed at r486052.

> [luni] flawed SecurityManager.checkPackageAccess() impl
> -------------------------------------------------------
>
>                 Key: HARMONY-2301
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2301
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Alexey Varlamov
>         Assigned To: Alexey Varlamov
>         Attachments: fix2301.diff, test2301.diff
>
>
> There are several problems in the current implementation of j.l.SecurityManager.checkPackageAccess() method:
> 1) Dead-end caching of "package.access" property on the first use;
> 2) Thread-unsafe parsing to array of names: concurrent threads may fail with NPE accessing partially-filled array.
> 3) Incomplete name matching procedure, only works for subpackges.

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