Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: fe67909c6fd7c45ee47fa4dd8998e0c48adf430f
https://github.com/jenkinsci/jenkins/commit/fe67909c6fd7c45ee47fa4dd8998e0c48adf430f
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M core/src/main/java/hudson/tools/JDKInstaller.java
Log Message:
-----------
If the JDK file size is too small, don't use it as a cache.
In the past JDK download site had served error message with 200 error code,
making Jenkins think that the download is actually successful. Without this
check, such cache polution will not be corrected.