]> source.dussan.org Git - jgit.git/commit
Fix downloading LFS Object fails behind proxy 91/162791/2
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 11 May 2020 08:36:54 +0000 (10:36 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 12 May 2020 14:26:45 +0000 (10:26 -0400)
commita379d007dbf5eefbe8c93738755582586eb835b1
treebdfbc6d607a947a27a1e32374b6a8d7f8621cd6d
parent0642e49f9781464c72122d680518d63cbc996837
Fix downloading LFS Object fails behind proxy

When downloading LFS objects also accept response code 203 as successful
download. This response may be seen when downloading via a proxy.

Bug: 563022
Change-Id: Iee85fdb451b33369d08859872e5bfc2a67dffa6d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit.lfs/src/org/eclipse/jgit/lfs/SmudgeFilter.java
org.eclipse.jgit/.settings/.api_filters
org.eclipse.jgit/src/org/eclipse/jgit/transport/http/HttpConnection.java