Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
a0e09ceb
Commit
a0e09ceb
authored
Jan 31, 2017
by
Piotr Gawron
Browse files
fix on accesibility of big files
parent
50a5b827
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/main/java/lcsb/mapviewer/annotation/cache/BigFileCache.java
View file @
a0e09ceb
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment