summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit/META-INF
diff options
context:
space:
mode:
authorMasaya Suzuki <masayasuzuki@google.com>2016-08-23 17:57:59 -0700
committerMasaya Suzuki <masayasuzuki@google.com>2016-08-23 18:06:51 -0700
commitc4e209b20fe519f419be0300ed414350649df88f (patch)
tree2b9505f07f466d698b3615117a8061597642c8f2 /org.eclipse.jgit/META-INF
parent1096652e71257720fcf5bc90ccfa367293bd8ce2 (diff)
downloadjgit-c4e209b20fe519f419be0300ed414350649df88f.tar.gz
jgit-c4e209b20fe519f419be0300ed414350649df88f.zip
Add HTTP status code to ServiceMayNotContinueException
The exception can be thrown in a various reason, and sometimes 403 Forbidden is not appropriate. Make the HTTP status code customizable. Change-Id: If2ef6f454f7479158a4e28a12909837db483521c Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r--org.eclipse.jgit/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/MANIFEST.MF b/org.eclipse.jgit/META-INF/MANIFEST.MF
index 4a9b794668..d87657e8ff 100644
--- a/org.eclipse.jgit/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit/META-INF/MANIFEST.MF
@@ -142,6 +142,7 @@ Import-Package: com.googlecode.javaewah;version="[0.7.9,0.8.0)",
com.jcraft.jsch;version="[0.1.37,0.2.0)",
javax.crypto,
javax.net.ssl,
+ javax.servlet.http;version="[2.5.0,3.2.0)",
org.slf4j;version="[1.7.0,2.0.0)",
org.xml.sax,
org.xml.sax.helpers