Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 23653 invoked from network); 2 Nov 2010 19:36:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Nov 2010 19:36:17 -0000 Received: (qmail 15288 invoked by uid 500); 2 Nov 2010 19:36:48 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 15195 invoked by uid 500); 2 Nov 2010 19:36:48 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 15187 invoked by uid 99); 2 Nov 2010 19:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 19:36:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Nov 2010 19:36:46 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA2JaPNA002771 for ; Tue, 2 Nov 2010 19:36:25 GMT Message-ID: <17286179.202501288726585016.JavaMail.jira@thor> Date: Tue, 2 Nov 2010 15:36:25 -0400 (EDT) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (VFS-332) Incorrect lazy initialization and update of static field org.apache.commons.vfs.tasks.VfsTask.manager In-Reply-To: <20519035.202481288726466631.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VFS-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved VFS-332. ---------------------- Resolution: Fixed > 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.