提交 e60b355c 编写于 作者: L Larry Shatzer, Jr

Allow JDK8 to be downloaded. Left in other cookie for backwards compatability.

上级 86b72241
......@@ -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.
先完成此消息的编辑!
想要评论请 注册