From e267b7c507d570058b2feb488940cd3e89a78715 Mon Sep 17 00:00:00 2001 From: Moiz Raja Date: Wed, 10 Jun 2015 18:10:07 -0700 Subject: [PATCH] BUG 3652 : GZip restconf response Change-Id: I15161eb011185b3e477484ad15b90a701a2e08e7 Signed-off-by: Moiz Raja --- .../src/main/resources/WEB-INF/web.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml index c485b6f422..95960b2a55 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml +++ b/opendaylight/md-sal/sal-rest-connector/src/main/resources/WEB-INF/web.xml @@ -23,6 +23,19 @@ /* + + 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 -- 2.36.6