Commit 6d0283c6 authored by Dave Cridland's avatar Dave Cridland

Merge pull request #164 from tevans/OF-626

OF-626: Incorporate review feedback
parents 90501d8a 719dc2a2
......@@ -86,5 +86,4 @@ xalan.jar | 2.7.1
Notes
-----
1) proxool - patched ProxyConnection to send log message in #registerClosedStatement to debug instead of warn
2) mina-* - upgraded to MINA 2.0.7; added javassist/ognl dependencies
3) npn-boot-1.1.7.v20140316.jar added to dist folder
2) npn-boot-1.1.7.v20140316.jar added to dist folder
......@@ -124,7 +124,7 @@ public final class HttpBindManager {
// When enabled, http response will be compressed if the http request includes an
// "Accept" header with a value of "gzip" and/or "deflate"
private static boolean isCompressionEnabled = !(JiveGlobals.getProperty(
ConnectionSettings.Server.COMPRESSION_SETTINGS, Connection.CompressionPolicy.disabled.toString())
ConnectionSettings.Client.COMPRESSION_SETTINGS, Connection.CompressionPolicy.disabled.toString())
.equalsIgnoreCase(Connection.CompressionPolicy.disabled.toString()));
private Server httpBindServer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment