]> source.dussan.org Git - jgit.git/commit
Add response message, if any, on HTTP status 404 57/125357/3
authorThomas Wolf <thomas.wolf@paranor.ch>
Tue, 3 Jul 2018 06:46:12 +0000 (08:46 +0200)
committerThomas Wolf <thomas.wolf@paranor.ch>
Tue, 3 Jul 2018 11:54:32 +0000 (13:54 +0200)
commit55ebb83c987930e0985eda8ee3b0f6a1d8c22830
tree102573cea22984e7731b8bfe57c9b9121f469cc8
parentcc20d7e33d68d4f368c8873016a432a1f272ddee
Add response message, if any, on HTTP status 404

Try to give as much information as possible. The connection's
response message might contain additional hints as to why the
connection could not be established.

Bug: 536541
Change-Id: I7230e4e0be9417be8cedeb8aaab35186fcbf00a5
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/HttpClientTests.java
org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties
org.eclipse.jgit/src/org/eclipse/jgit/internal/JGitText.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/TransportHttp.java