From dev-return-53613-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Sun Jan 04 10:51:29 2004 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 90835 invoked from network); 4 Jan 2004 10:51:28 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 Jan 2004 10:51:28 -0000 Received: (qmail 17242 invoked by uid 500); 4 Jan 2004 10:51:00 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 17026 invoked by uid 500); 4 Jan 2004 10:50:58 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 17013 invoked from network); 4 Jan 2004 10:50:58 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 4 Jan 2004 10:50:58 -0000 Received: (qmail 11403 invoked by uid 50); 4 Jan 2004 10:51:15 -0000 Date: 4 Jan 2004 10:51:15 -0000 Message-ID: <20040104105115.11402.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@cocoon.apache.org Cc: Subject: DO NOT REPLY [Bug 25879] - directory generator caching bug X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25879 directory generator caching bug ------- Additional Comments From joerg.heinicke@gmx.de 2004-01-04 10:51 ------- AFAICS it should be the way you describe it: adding a new file changes the directory's lastmodified timestamp and so invalidates the cache. >From code POV: for both directories and files startNode() is called and from there this.validity.addFile(path);. But it's the second time that this problem is reported: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107064617104137&w=2 http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107066685228531&w=2 http://marc.theaimsgroup.com/?t=107196752600010&r=1&w=2 Joerg