From issues-return-6692-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Thu Feb 05 08:18:24 2009 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 4926 invoked from network); 5 Feb 2009 08:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 08:18:23 -0000 Received: (qmail 67842 invoked by uid 500); 5 Feb 2009 08:18:22 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 67766 invoked by uid 500); 5 Feb 2009 08:18:22 -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 67749 invoked by uid 99); 5 Feb 2009 08:18:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 00:18:22 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 08:18:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 98DEC234C48D for ; Thu, 5 Feb 2009 00:17:59 -0800 (PST) Message-ID: <535926622.1233821879624.JavaMail.jira@brutus> Date: Thu, 5 Feb 2009 00:17:59 -0800 (PST) From: "Guillaume Nodet (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (VFS-235) DelegateFile objects are not refreshed properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org DelegateFile objects are not refreshed properly ----------------------------------------------- Key: VFS-235 URL: https://issues.apache.org/jira/browse/VFS-235 Project: Commons VFS Issue Type: Bug Affects Versions: 1.0 Reporter: Guillaume Nodet WHen using a virtual file system, this fs will create DelegateFile objects. When asked for refreshing its data (for example when the cache strategy is set to "on resolve"), the associated file object is not refreshed, which means the data may be out dated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.