#1828 closed defect (fixed)
Calling Directory.getNew() multiple times with overlapping non-existing paths
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Calling Directory.getNew()
multiple times with overlapping non-existing paths causes a database exception since the BASE core try to create the non-existing directories each time the Directory.getNew()
method is called.
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [6508]) References #1828: Calling Directory.getNew() multiple times with overlapping non-existing paths
Added a test case. Here is the current stack trace: