]> source.dussan.org Git - jgit.git/commit
Do not use .netrc implicitly if no CredentialsProvider was set 10/33510/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Sep 2014 13:16:55 +0000 (15:16 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 17 Sep 2014 13:16:55 +0000 (15:16 +0200)
commit1c0b2a28ac152b37926513b055d9617a1302b246
tree029b7d42187d30e0ca6ea8ded492febadafb6191
parent66559681dd38a99a58a696052a527bd8b1f2f782
Do not use .netrc implicitly if no CredentialsProvider was set

Do not silently set the NetRCCredentialsProvider if no
CredentialsProvider was set explicitly since applications may want to
have full control which provider should be used.

Bug: 444338
Change-Id: Ie096983bc1caa90443a504d302bfea8f2d26ab9e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java