After taking a closer look at the code, OXF never puts an object in the cache when the last modified value is 0 or less.
Regards, Julien
Julien Mercay wrote:
Hi Damon,
The URLConnection.lastModified() method returns 0 if no last-modified header is present. OXF happily use that number to calculate the validity of the object. Since no updated value will ever be available, the cached object will never expire or get refreshed.
Regards, Julien
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
