Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 94627 invoked from network); 2 Mar 2006 23:45:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 23:45:46 -0000 Received: (qmail 27302 invoked by uid 500); 2 Mar 2006 23:46:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 27275 invoked by uid 500); 2 Mar 2006 23:46:26 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 27266 invoked by uid 99); 2 Mar 2006 23:46:26 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 15:46:26 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.110.154] (HELO e36.co.us.ibm.com) (32.97.110.154) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 15:46:26 -0800 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e36.co.us.ibm.com (8.12.11/8.12.11) with ESMTP id k22Nk5YN013885 for ; Thu, 2 Mar 2006 18:46:05 -0500 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d03relay04.boulder.ibm.com (8.12.10/NCO/VER6.8) with ESMTP id k22NmoYA144380 for ; Thu, 2 Mar 2006 16:48:50 -0700 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.13.3) with ESMTP id k22Nk4tu022777 for ; Thu, 2 Mar 2006 16:46:04 -0700 Received: from [127.0.0.1] (sig-9-48-110-131.mts.ibm.com [9.48.110.131]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id k22Njok5022004 for ; Thu, 2 Mar 2006 16:46:00 -0700 Message-ID: <440783A5.5050705@apache.org> Date: Thu, 02 Mar 2006 15:45:41 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Security manager problems with Class.forName() References: <440733FE.1020408@Sun.com> <440736C1.1090206@sun.com> <44076879.1090306@Sun.COM> <44077D1B.6010708@sun.com> In-Reply-To: <44077D1B.6010708@sun.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Rick Hillegas wrote: > Hi Kristian, > > ... > >> >> I just looked at the patch quickly, and it solves the problem in the >> same way I was thinking about. I will try it out. Any specific reason >> why the patch is not attached to DERBY-623 in Jira? > > > Two lazy reasons: 1) The JIRA itself doesn't have a test case. The > problem only comes up in the context of other JIRAs where you are > creating a new test. That's not the case, removing the permissions added for DERBY-623 described in the description and in the testing policy file will demonstrate the issue. from derby_tests.policy // BUG DERBY-623 - sane=true permission java.util.PropertyPermission "derby.monitor.verbose", "read"; permission java.util.PropertyPermission "derby.debug.*", "read"; I'll add a comment to the Jira entry to be clear. Dan.