Bugs item #1236711, was opened at 2005-07-12 06:42
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1236711&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PF/loader
Group: None
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: thijs (thijswes)
Assigned to: Niels Nes (nielsnes)
Summary: \"last-modified\" time ignored in document cache

Initial Comment:
The PF documentation, ie. HowToStart-PF, states that
the document cache keeps track of the "last-modified"
time. This is supposed to be checked on each request.

However, when a file is modified, pathfinder does not
update it's cache.

Suppose we have a document test.xml that looks like this:

   <?xml version="1.0"?>
   <A/>

Then 
   echo 'doc("file://test.xml")'|MapiClient -lx

produces 
   <A/>

(and so it should).

But if we then modify test.xml to read:
   <?xml version="1.0"?>
   <B/>

and run the same command again
   echo 'doc("file://test.xml")'|MapiClient -lx

the output is still:
   <A/>

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2007-12-20 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 365 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: SourceForge Robot (sf-robot)
Date: 2006-12-19 19:20

Message:
Logged In: YES 
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 365 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Ying Zhang (yingying)
Date: 2005-12-19 09:03

Message:
Logged In: YES 
user_id=341633

BugDay_2005-12-19, Jennie: RELEASE

Don't know how to write test script, sorry!

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1236711&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to