diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2018-07-03 08:46:12 +0200 |
---|---|---|
committer | Thomas Wolf <thomas.wolf@paranor.ch> | 2018-07-03 13:54:32 +0200 |
commit | 55ebb83c987930e0985eda8ee3b0f6a1d8c22830 (patch) | |
tree | 102573cea22984e7731b8bfe57c9b9121f469cc8 /org.eclipse.jgit/resources/org/eclipse | |
parent | cc20d7e33d68d4f368c8873016a432a1f272ddee (diff) | |
download | jgit-55ebb83c987930e0985eda8ee3b0f6a1d8c22830.tar.gz jgit-55ebb83c987930e0985eda8ee3b0f6a1d8c22830.zip |
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>
Diffstat (limited to 'org.eclipse.jgit/resources/org/eclipse')
-rw-r--r-- | org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties index 809bdf2865..ee5ba20b29 100644 --- a/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties +++ b/org.eclipse.jgit/resources/org/eclipse/jgit/internal/JGitText.properties @@ -755,8 +755,8 @@ updatingRefFailed=Updating the ref {0} to {1} failed. ReturnCode from RefUpdate. upstreamBranchName=branch ''{0}'' of {1} uriNotConfigured=Submodule URI not configured uriNotFound={0} not found +uriNotFoundWithMessage={0} not found: {1} URINotSupported=URI not supported: {0} -URLNotFound={0} not found userConfigFileInvalid=User config file {0} invalid {1} walkFailure=Walk failure. wantNotValid=want {0} not valid |