Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 30643 invoked from network); 5 Mar 2008 03:20:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2008 03:20:51 -0000 Received: (qmail 19322 invoked by uid 500); 5 Mar 2008 03:20:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19288 invoked by uid 500); 5 Mar 2008 03:20:47 -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 19278 invoked by uid 99); 5 Mar 2008 03:20:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2008 19:20:47 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2008 03:20:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A6A64234C08D for ; Tue, 4 Mar 2008 19:19:40 -0800 (PST) Message-ID: <1032850465.1204687180681.JavaMail.jira@brutus> Date: Tue, 4 Mar 2008 19:19:40 -0800 (PST) From: "Martin Zaun (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3495) Enable System Privileges checks In-Reply-To: <1089552105.1204686940762.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-3495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Zaun updated DERBY-3495: ------------------------------- Attachment: DERBY-3495.diff One .java file and a few .policy file changes from patch DERBY2109-12 have not been checked in. They need to be looked when re-enabling the checks, so I'm attaching here: M java/engine/org/apache/derby/impl/jdbc/EmbedConnection.java M java/drda/org/apache/derby/drda/template.policy M java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/NetworkServerControlApiTest.policy M java/testing/org/apache/derbyTesting/functionTests/tests/derbynet/ServerPropertiesTest.policy M java/testing/org/apache/derbyTesting/functionTests/util/derby_tests.policy M java/testing/org/apache/derbyTesting/unitTests/junit/SystemPrivilegesPermissionTest.policy M java/drda/org/apache/derby/drda/server.policy > Enable System Privileges checks > ------------------------------- > > Key: DERBY-3495 > URL: https://issues.apache.org/jira/browse/DERBY-3495 > Project: Derby > Issue Type: Sub-task > Components: Security > Reporter: Martin Zaun > Attachments: DERBY-3495.diff > > > The integration of most files of patch DERBY-2109-12 (revisions 632419, 632452, 632502) left commented out the actual checks for shutdown and create database authorization. > When the two related JIRAs DERBY-3491 and DERBY-3477 (modifications on SystemPrincipal and SystemPermission names) have been resolved, the System Privileges checks can be re-enabled in: > java/drda/org/apache/derby/impl/drda/NetworkServerControlImpl.java > java/engine/org/apache/derby/jdbc/InternalDriver.java > java/engine/org/apache/derby/impl/jdbc/EmbedConnection.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.