]> source.dussan.org Git - jgit.git/commit
Apache HTTP: support proxy authentication 73/150173/2
authorThomas Wolf <thomas.wolf@paranor.ch>
Sun, 11 Aug 2019 20:46:44 +0000 (22:46 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Mon, 7 Oct 2019 17:53:10 +0000 (13:53 -0400)
commit2abd3c43bd61a6e06e2ea0ecab2d9f769a7223d3
tree97f070611c00d772ce219b358d89125025a22655
parent7192d9aecd3005d16de2496f73c73008654868a6
Apache HTTP: support proxy authentication

Add a credentials provider that forwards to the java.net.Authenticator.
Needed to support proxies requiring authentication.

Bug: 549832
Change-Id: I181ee27a6c9f1b3fa402ce58affdd5ff3f7c96c9
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.http.apache/src/org/eclipse/jgit/transport/http/apache/HttpClientConnection.java