From 387a97193189f27b112c2b87d9c08fb61e7acd54 Mon Sep 17 00:00:00 2001 From: Mark Payne Date: Fri, 24 Apr 2015 22:01:02 -0400 Subject: [PATCH] NIFI-544: Compress HTTP Responses for PUT/POST, as well as GET --- .../nifi-web/nifi-web-api/src/main/webapp/WEB-INF/web.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/webapp/WEB-INF/web.xml b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/webapp/WEB-INF/web.xml index 2ee9670ab2..e7a0aee516 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/webapp/WEB-INF/web.xml +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/webapp/WEB-INF/web.xml @@ -88,6 +88,10 @@ gzipCompressionFilter org.eclipse.jetty.servlets.GzipFilter + + methods + get,post,put + gzipCompressionFilter