Issue Details (XML | Word | Printable)

Key: DERBY-4094
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Kristian Waagan
Reporter: Kristian Waagan
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Derby
DERBY-646

Enforce absolute paths in the in-memory back end internal storage structure

Created: 13/Mar/09 01:29 PM   Updated: 02/Jul/09 12:01 PM
Component/s: Store
Affects Version/s: 10.5.1.1
Fix Version/s: 10.5.1.1

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works derby-4094-1a-enforce_absolute_paths.diff 2009-03-13 01:46 PM Kristian Waagan 3 kB

Resolution Date: 13/Mar/09 01:51 PM


 Description  « Hide
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.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Kristian Waagan added a comment - 13/Mar/09 01:46 PM
Patch 1a makes all paths going into the internal storage structure be absolute paths.

Patch ready for review, will commit shortly.

Kristian Waagan added a comment - 13/Mar/09 01:51 PM
Committed patch 1a to trunk with revision 753251.