Skip to content
Snippets Groups Projects
Commit a0e09ceb authored by Piotr Gawron's avatar Piotr Gawron
Browse files

fix on accesibility of big files

parent 50a5b827
No related branches found
No related tags found
No related merge requests found
......@@ -815,8 +815,7 @@ public class BigFileCache {
File f = new File(Configuration.getWebAppDir() + entry.getLocalPath());
if (!f.exists()) {
logger.warn("File is supposed to be cached but it's not there... " + sourceUrl);
bigFileEntryDao.delete(entry);
entry = null;
return false;
}
}
return entry != null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment