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

Jenkins!

上级 a5f4bff5
......@@ -127,7 +127,7 @@ public class BasicAuthenticationFilter implements Filter {
if(username==null) {
rsp.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
rsp.setHeader("WWW-Authenticate","Basic realm=\"Hudson administrator\"");
rsp.setHeader("WWW-Authenticate","Basic realm=\"Jenkins user\"");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册