-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Incorrect lazy initialization and update of static field org.apache.commons.vfs.tasks.VfsTask.manager
static field is assigned and then updated, which is not thread-safe.
Change code to only assign the field after init is complete.