Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 30072 invoked from network); 13 Dec 2006 12:16:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Dec 2006 12:16:11 -0000 Received: (qmail 82288 invoked by uid 500); 13 Dec 2006 12:16:18 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 82249 invoked by uid 500); 13 Dec 2006 12:16:17 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 82239 invoked by uid 99); 13 Dec 2006 12:16:17 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 04:16:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Dec 2006 04:15:54 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9E55F7140D2 for ; Wed, 13 Dec 2006 04:15:21 -0800 (PST) Message-ID: <29996233.1166012121645.JavaMail.jira@brutus> Date: Wed, 13 Dec 2006 04:15:21 -0800 (PST) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-2301) [luni] flawed SecurityManager.checkPackageAccess() impl In-Reply-To: <5896814.1164364141918.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2301?page=all ] Alexey Varlamov closed HARMONY-2301. ------------------------------------ Resolution: Fixed I believe this is finally fixed. > [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