 |
|
|
Issue Type:
|
Bug
|
Assignee:
|
Nicolas De Loof
|
Components:
|
git-client |
Created:
|
23/Dec/13 8:01 AM
|
Description:
|
I have fixed it please apply the patch
@@ -1537,7 +1537,7 @@ public class CliGitAPIImpl extends LegacyCompatibleGitAPIImpl {
.setPass(Secret.toString(up.getPassword()));
}
- return uri.toString();
+ return uri.toPrivateString();
}
|
Project:
|
Jenkins
|
Priority:
|
Blocker
|
Reporter:
|
Dmitry Skorbovenko
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
For more options, visit
https://groups.google.com/groups/opt_out.
I have noticed it had been already fixed in master