lfoxton
committed
on 11 Feb 10
LDEV-2475 Temp dir issue

- Only files with "lams" prefix deleted on startup
- Instead of temp dir being a startup constant, it is a fetched… Show more
LDEV-2475 Temp dir issue

- Only files with "lams" prefix deleted on startup

- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:

- Creates the directory if writable and exists

- Returns the specified temp if its writeable

- Otherwise returns the java temp

Show less