Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 33315 invoked from network); 11 Jul 2010 19:29:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Jul 2010 19:29:45 -0000 Received: (qmail 76394 invoked by uid 500); 11 Jul 2010 19:29:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 76312 invoked by uid 500); 11 Jul 2010 19:29:44 -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 76305 invoked by uid 99); 11 Jul 2010 19:29:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 19:29:44 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Jul 2010 19:29:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6BJLnhV029793 for ; Sun, 11 Jul 2010 19:21:49 GMT Message-ID: <32913947.316481278876109726.JavaMail.jira@thor> Date: Sun, 11 Jul 2010 15:21:49 -0400 (EDT) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4715) Write jvm information and path of derby.jar to derby.log In-Reply-To: <11111040.60211277480930634.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12887221#action_12887221 ] Kathey Marsden commented on DERBY-4715: --------------------------------------- I have not looked at the updated patch yet, but I know that sometimes it is tempting to put methods requiring permissions in public methods of utility classes, but it is generally not a good idea to do so as it allows external users to access those permissions granted to Derby. > Write jvm information and path of derby.jar to derby.log > -------------------------------------------------------- > > Key: DERBY-4715 > URL: https://issues.apache.org/jira/browse/DERBY-4715 > Project: Derby > Issue Type: Bug > Components: Miscellaneous > Affects Versions: 10.6.1.0 > Reporter: Lily Wei > Assignee: Lily Wei > Priority: Minor > Fix For: 10.7.0.0 > > Attachments: DERBY-4715-1.diff, DERBY-4715-2.diff, DERBY-4715-3.diff, derby.log > > > The bug is part of DERBY-1272. In production environment, derby.jar can be located different than the derbyclient.jar It can be easier if we have jvm version information and path of derby.jar are in the derby.log -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.