-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10-HF28, 10.10
-
Fix Version/s: 9.10-HF30, 10.10-HF04, 11.1, 2021.0
-
Component/s: BlobManager
Enhance LocalBinaryManager.initialize(String, Map<String, String>) by adding the following code at line 102
base = base.getCanonicalFile();
This better prepares the file for subsequent use by class FileOutputStream and allows usage of '..' shortcut for the blob provider path.