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.