]> source.dussan.org Git - jgit.git/commit
UploadPackServlet: Use uploadWithExceptionPropagation 64/152364/2
authorMasaya Suzuki <masayasuzuki@google.com>
Fri, 8 Nov 2019 22:30:29 +0000 (14:30 -0800)
committerMasaya Suzuki <masayasuzuki@google.com>
Mon, 2 Dec 2019 20:11:40 +0000 (12:11 -0800)
commitd72d6a6b4b06ba98a9f50e37dcddce9eb70c7ef1
treef003262140a2c9a84ef51c1b04907c4001b63568
parent2d4196b966a1f55f5c97dfd0682a29cd882acc66
UploadPackServlet: Use uploadWithExceptionPropagation

As UploadPackErrorHandler's Javadoc says, UploadPackServlet should have
called uploadWithExceptionPropagation and let UploadPackErrorHandler to
handle the exception. Fix UploadPackServlet.

Change-Id: I1f9686495fcf3ef28598ccdff3e6f76a16c8bca3
Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/UploadPackServlet.java
org.eclipse.jgit.http.test/tst/org/eclipse/jgit/http/test/SmartClientSmartServerTest.java