Skip to content

Commit

Permalink
Change file cache last modified - to use file directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed Jun 26, 2008
1 parent dd6aec2 commit e3ad808
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -88,6 +88,11 @@ public FileHandler(FileSystemContext context, VirtualFileHandler parent, File fi
this(context, parent, file, uri.toURL());
}

protected void initCacheLastModified()
{
cachedLastModified = getLastModified();
}

public URL toVfsUrl() throws MalformedURLException, URISyntaxException
{
if (getVfsUrl() == null)
Expand Down

0 comments on commit e3ad808

Please sign in to comment.