Merge pull request #239 from otteresk/master

Display correct time in Rejected URLs overview
pull/250/head
luccioman 6 years ago committed by GitHub
commit d5ec706604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -81,7 +81,7 @@ public class IndexCreateParserErrors_p {
url = entry.getDigestURL();
if (url == null) continue;
prop.putHTML("rejected_list_"+j+"_time", GenericFormatter.SIMPLE_FORMATTER.format(new Date()));
prop.putHTML("rejected_list_"+j+"_time", GenericFormatter.SIMPLE_FORMATTER.format(entry.getFailDate()));
prop.putHTML("rejected_list_"+j+"_url", url.toNormalform(false));
String cause = entry.getFailReason();

Loading…
Cancel
Save