From aac97df16e967ca97d5825218766787bdf1b627d Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 12 Oct 2016 13:06:42 +0200 Subject: HONEYCOMB-168 Replace deprecated GZip filter with handler Change-Id: Idb82d23d3e79289f356a875c3729c80bb53f2567 Signed-off-by: Maros Marsalek --- .../src/test/resources/WEB-INF/web.xml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'infra/minimal-distribution/src/test/resources') diff --git a/infra/minimal-distribution/src/test/resources/WEB-INF/web.xml b/infra/minimal-distribution/src/test/resources/WEB-INF/web.xml index 45fcce741..6cf487170 100644 --- a/infra/minimal-distribution/src/test/resources/WEB-INF/web.xml +++ b/infra/minimal-distribution/src/test/resources/WEB-INF/web.xml @@ -33,21 +33,6 @@ JAXRSRestconf /* - - - GzipFilter - org.eclipse.jetty.servlets.GzipFilter - - mimeTypes - application/xml,application/yang.data+xml,xml,application/json,application/yang.data+json - - - - - GzipFilter - /* - - cross-origin-restconf org.eclipse.jetty.servlets.CrossOriginFilter -- cgit 1.2.3-korg