]> source.dussan.org Git - jgit.git/commit
server: Add a custom error handler 62/152362/3
authorMasaya Suzuki <masayasuzuki@google.com>
Fri, 8 Nov 2019 18:48:03 +0000 (10:48 -0800)
committerMasaya Suzuki <masayasuzuki@google.com>
Mon, 2 Dec 2019 22:17:44 +0000 (14:17 -0800)
commit75ec5b746dcaabbd0448dcffb8e3d2ed0d0f3943
tree14cd3cff1f5269613271a78dd221b7c5b0c671bc
parente75e95e5352b790e542898b1cad8fc7230246447
server: Add a custom error handler

Same as UploadPack, add a custom error handler.

Change-Id: I9c708aa5a22e01214c1d997fa6f72f4b8bf814f0
Signed-off-by: Masaya Suzuki <masayasuzuki@google.com>
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/GitFilter.java
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackErrorHandler.java [new file with mode: 0644]
org.eclipse.jgit.http.server/src/org/eclipse/jgit/http/server/ReceivePackServlet.java