Merge branch 'jetty-9.2.x'
This commit is contained in:
commit
1925867757
|
@ -561,7 +561,7 @@ public class Scanner extends AbstractLifeCycle
|
||||||
if (LOG.isDebugEnabled())
|
if (LOG.isDebugEnabled())
|
||||||
LOG.debug("scan accepted {}",f);
|
LOG.debug("scan accepted {}",f);
|
||||||
String name = f.getCanonicalPath();
|
String name = f.getCanonicalPath();
|
||||||
scanInfoMap.put(name, new TimeNSize(f.lastModified(),f.length()));
|
scanInfoMap.put(name, new TimeNSize(f.lastModified(),f.isDirectory()?0:f.length()));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue