Incorrect lazy initialization and update of static field
org.apache.commons.vfs.tasks.VfsTask.manager
-----------------------------------------------------------------------------------------------------
Key: VFS-332
URL: https://issues.apache.org/jira/browse/VFS-332
Project: Commons VFS
Issue Type: Bug
Reporter: Sebb
Assignee: Sebb
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.