Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 74440 invoked from network); 13 Mar 2009 13:48:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2009 13:48:20 -0000 Received: (qmail 20841 invoked by uid 500); 13 Mar 2009 13:48:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 20813 invoked by uid 500); 13 Mar 2009 13:48:20 -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 20804 invoked by uid 99); 13 Mar 2009 13:48:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Mar 2009 06:48:20 -0700 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; Fri, 13 Mar 2009 13:48:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 70BAE234C041 for ; Fri, 13 Mar 2009 06:47:50 -0700 (PDT) Message-ID: <85932750.1236952070445.JavaMail.jira@brutus> Date: Fri, 13 Mar 2009 06:47:50 -0700 (PDT) From: "Kristian Waagan (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-4094) Enforce absolute paths in the in-memory back end internal storage structure In-Reply-To: <573190239.1236950991752.JavaMail.jira@brutus> 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-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Waagan updated DERBY-4094: ----------------------------------- Attachment: derby-4094-1a-enforce_absolute_paths.diff Patch 1a makes all paths going into the internal storage structure be absolute paths. Patch ready for review, will commit shortly. > Enforce absolute paths in the in-memory back end internal storage structure > --------------------------------------------------------------------------- > > Key: DERBY-4094 > URL: https://issues.apache.org/jira/browse/DERBY-4094 > Project: Derby > Issue Type: Sub-task > Components: Store > Affects Versions: 10.5.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Attachments: derby-4094-1a-enforce_absolute_paths.diff > > > The in-memory back end uses a map to store the files and directories in the database. > To assert correct operation, all paths in the database should be specified as absolute paths. > This affects operations like deleteAll and istChildren, but may also cause trouble for lookups. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.