Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 61485 invoked from network); 8 May 2007 11:39:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 11:39:36 -0000 Received: (qmail 68162 invoked by uid 500); 8 May 2007 11:39:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 68120 invoked by uid 500); 8 May 2007 11:39:43 -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 68110 invoked by uid 99); 8 May 2007 11:39:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 04:39:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 08 May 2007 04:39:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D4209714062 for ; Tue, 8 May 2007 04:39:15 -0700 (PDT) Message-ID: <24653970.1178624355861.JavaMail.jira@brutus> Date: Tue, 8 May 2007 04:39:15 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Assigned: (DERBY-2555) Remove use of doPrivileged in EncryptionKeyTest In-Reply-To: <4376403.1176811281910.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 [ https://issues.apache.org/jira/browse/DERBY-2555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan reassigned DERBY-2555: -------------------------------------- Assignee: Kristian Waagan > Remove use of doPrivileged in EncryptionKeyTest > ----------------------------------------------- > > Key: DERBY-2555 > URL: https://issues.apache.org/jira/browse/DERBY-2555 > Project: Derby > Issue Type: Sub-task > Components: Test > Affects Versions: 10.3.0.0 > Reporter: Kristian Waagan > Assigned To: Kristian Waagan > Priority: Trivial > Attachments: derby-2555-1a.diff > > > When converted to JUnit, the test originally wrapped connections used to create/restore databases from a backup image in doPrivileged-calls. This was done to allow the backup images to be read by Derby. It should not be necessary, as the Derby code itself should use doPrivileged-calls in the appropriate places. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.