Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Content Distribution Core 0.2.10
-
None
Description
When no temp directory is configured the FileDistributionPackageBuilder uses null to create a new temp file which, according to the java docs will use the default temp directory.
On the other hand reading the file internally uses the File constructor passing null as directory to it. This causes a non-existing file to be returned.
Attachments
Issue Links
- links to