mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 17:19:30 +01:00
incorrectly set quick query value during recheck - see issue #523
This commit is contained in:
@@ -272,8 +272,8 @@ public final class Downloader {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
//retry
|
//retry
|
||||||
if (!isRetry && !Settings.getBoolean(Settings.KEYS.DOWNLOADER_QUICK_QUERY_TIMESTAMP)) {
|
if (!isRetry && Settings.getBoolean(Settings.KEYS.DOWNLOADER_QUICK_QUERY_TIMESTAMP)) {
|
||||||
Settings.setBoolean(Settings.KEYS.DOWNLOADER_QUICK_QUERY_TIMESTAMP, true);
|
Settings.setBoolean(Settings.KEYS.DOWNLOADER_QUICK_QUERY_TIMESTAMP, false);
|
||||||
return getLastModified(url, true);
|
return getLastModified(url, true);
|
||||||
}
|
}
|
||||||
} catch (InvalidSettingException ex1) {
|
} catch (InvalidSettingException ex1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user