From b810dae0f79274e1fb2a9709fc03e55470d6d9cc Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Mon, 16 Nov 2015 13:52:06 +0000 Subject: [PATCH] SSDM-2805: bug fixed in WhiteListHttpInvokerServiceExporter SVN: 35061 --- .../cisd/common/spring/WhiteListHttpInvokerServiceExporter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/source/java/ch/systemsx/cisd/common/spring/WhiteListHttpInvokerServiceExporter.java b/common/source/java/ch/systemsx/cisd/common/spring/WhiteListHttpInvokerServiceExporter.java index 93cc26dbd82..7d1eb78c809 100644 --- a/common/source/java/ch/systemsx/cisd/common/spring/WhiteListHttpInvokerServiceExporter.java +++ b/common/source/java/ch/systemsx/cisd/common/spring/WhiteListHttpInvokerServiceExporter.java @@ -27,7 +27,7 @@ import org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter; * * @author Franz-Josef Elmer */ -public abstract class WhiteListHttpInvokerServiceExporter extends HttpInvokerServiceExporter +public class WhiteListHttpInvokerServiceExporter extends HttpInvokerServiceExporter { @Override protected ObjectInputStream createObjectInputStream(InputStream is) throws IOException -- GitLab