From: Moiz Raja Date: Thu, 11 Jun 2015 01:10:07 +0000 (-0700) Subject: BUG 3652 : GZip restconf response X-Git-Tag: release/lithium~32 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=e267b7c507d570058b2feb488940cd3e89a78715 BUG 3652 : GZip restconf response Change-Id: I15161eb011185b3e477484ad15b90a701a2e08e7 Signed-off-by: Moiz Raja --- 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