# HG changeset patch # User Severin Gehwolf # Date 1509012992 -7200 # Node ID 518eb52b8990d7000a803e7bb942a7b16e754826 # Parent a15fda7deea04e2d53acd297da90cb0ef6cef9df Disable JSP support for services. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-October/025535.html diff -r a15fda7deea0 -r 518eb52b8990 server/src/main/java/com/redhat/thermostat/gateway/server/services/WebArchiveCoreService.java --- a/server/src/main/java/com/redhat/thermostat/gateway/server/services/WebArchiveCoreService.java Thu Oct 26 11:50:07 2017 +0200 +++ b/server/src/main/java/com/redhat/thermostat/gateway/server/services/WebArchiveCoreService.java Thu Oct 26 12:16:32 2017 +0200 @@ -87,6 +87,7 @@ @Override public ServletContextHandler createServletContextHandler(Server server) { WebAppContext webAppContext = new WebAppContext(); + webAppContext.setDefaultsDescriptor(null); webAppContext.setContextPath(contextPath); webAppContext.setWar(warPath); diff -r a15fda7deea0 -r 518eb52b8990 services/schema/src/main/webapp/WEB-INF/web.xml --- a/services/schema/src/main/webapp/WEB-INF/web.xml Thu Oct 26 11:50:07 2017 +0200 +++ b/services/schema/src/main/webapp/WEB-INF/web.xml Thu Oct 26 12:16:32 2017 +0200 @@ -55,11 +55,6 @@ - default - /doc - - - SchemaInfoServlet /*