提交 d34187cc 编写于 作者: K kohsuke

added one more probe message for issue #474.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3330 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8fd7364b
......@@ -665,6 +665,7 @@ public class SubversionSCM extends SCM implements Serializable {
public SVNAuthentication requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) {
Credential cred = source.getCredential(realm);
LOGGER.fine(String.format("requestClientAuthentication(%s,%s,%s)=>%s",kind,url,realm,cred));
if(cred==null) return null;
try {
return cred.createSVNAuthentication(kind);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册