From 552ea0f719a7915788a378bb94b0ec846744747f Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Wed, 26 Oct 2016 10:40:17 +0200 Subject: Remove gzip filter from Restconfs web.xml Change-Id: I720a27965b3b95122f31316ae6d4d4dfa9874041 Signed-off-by: Maros Marsalek --- .../honeycomb-minimal-resources/config/WEB-INF/web.xml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'infra/minimal-distribution') diff --git a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml index 45fcce741..6cf487170 100644 --- a/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/WEB-INF/web.xml +++ b/infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/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