You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Kristian Waagan (JIRA)" <ji...@apache.org> on 2009/03/13 14:47:50 UTC

[jira] Updated: (DERBY-4094) Enforce absolute paths in the in-memory back end internal storage structure

     [ 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.