
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
13/Mar/09 01:51 PM
|
|
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.
|
|
Description
|
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. |
Show » |
|
Patch ready for review, will commit shortly.