提交 8b69e7e3 编写于 作者: L Larry Shatzer, Jr 提交者: Kohsuke Kawaguchi

[FIXED JENKINS-22347] Allow JDK8 to be downloaded. Left in other cookie for...

[FIXED JENKINS-22347] Allow JDK8 to be downloaded. Left in other cookie for backwards compatability.

(cherry picked from commit e60b355c)
上级 59012970
......@@ -389,6 +389,7 @@ public class JDKInstaller extends ToolInstaller {
HttpMethodBase m = new GetMethod(primary.filepath);
hc.getState().addCookie(new Cookie(".oracle.com","gpw_e24",".", "/", -1, false));
hc.getState().addCookie(new Cookie(".oracle.com","oraclelicense","accept-securebackup-cookie", "/", -1, false));
try {
while (true) {
if (totalPageCount++>16) // looping too much
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册