提交 a2a04fb5 编写于 作者: K Kohsuke Kawaguchi

authentication error page doesn't have the user name field, and in any case...

authentication error page doesn't have the user name field, and in any case there's no need to set it here, so skip it.
上级 49d084ba
......@@ -370,7 +370,6 @@ public class JDKInstaller extends ToolInstaller {
try {
// JavaScript check page. Just submit and move on
HtmlForm loginForm = html.getFormByName("myForm");
loginForm.getInputByName("ssousername").setValueAttribute(u);
page = loginForm.submit(null);
continue;
} catch (ElementNotFoundException e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册