Browse Source

Java/Tapestry Disable automatic GZIP (#2744)

Radoslav Petrov 8 years ago
parent
commit
498ba59070

+ 1 - 1
frameworks/Java/tapestry/hello/src/main/java/hello/services/AppModule.java

@@ -47,6 +47,6 @@ public class AppModule
         configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en");
         configuration.add(SymbolConstants.OMIT_GENERATOR_META, true);
         configuration.add(SymbolConstants.INCLUDE_CORE_STACK, false);
-        
+        configuration.add(SymbolConstants.GZIP_COMPRESSION_ENABLED, false); 
     }
 }