From 67fe0f3bc22eb4c4450a10a520ca8011fc4d02fd Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 18 May 2017 11:45:51 +0000
Subject: [PATCH] SSDM-2824: Reference to DTD removed because Jetty wants to
 read it from the URL which leads to a time out on our CI server.

SVN: 38196
---
 openbis_standard_technologies/resource/server/jetty-web.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openbis_standard_technologies/resource/server/jetty-web.xml b/openbis_standard_technologies/resource/server/jetty-web.xml
index 839e2481fd3..0ddbc770e44 100644
--- a/openbis_standard_technologies/resource/server/jetty-web.xml
+++ b/openbis_standard_technologies/resource/server/jetty-web.xml
@@ -1,5 +1,4 @@
 <?xml version="1.0"  encoding="ISO-8859-1"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
  
 <Configure class="org.eclipse.jetty.webapp.WebAppContext">
 	<!-- Allow symbolic links  -->
-- 
GitLab