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:29:51 UTC

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

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


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.


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

Posted by "Kristian Waagan (JIRA)" <ji...@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.


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

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan closed DERBY-4094.
----------------------------------


> 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.1.1
>            Reporter: Kristian Waagan
>            Assignee: Kristian Waagan
>             Fix For: 10.5.1.1
>
>         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.


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

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kristian Waagan resolved DERBY-4094.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.5.0.0

Committed patch 1a to trunk with revision 753251.

> 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
>             Fix For: 10.5.0.0
>
>         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.