Commit 719dc2a2 authored by Tom Evans's avatar Tom Evans

OF-626: Incorporate review feedback

- cleanup lib versions to remove obsolete MINA notes
- use C2S compression policy rather than S2S compression policy for BOSH
connector
parent 66d1f903
...@@ -84,5 +84,4 @@ xpp3.jar | XPP_3 1.1.4c ...@@ -84,5 +84,4 @@ xpp3.jar | XPP_3 1.1.4c
Notes Notes
----- -----
1) proxool - patched ProxyConnection to send log message in #registerClosedStatement to debug instead of warn 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 2) npn-boot-1.1.7.v20140316.jar added to dist folder
3) npn-boot-1.1.7.v20140316.jar added to dist folder
...@@ -124,7 +124,7 @@ public final class HttpBindManager { ...@@ -124,7 +124,7 @@ public final class HttpBindManager {
// When enabled, http response will be compressed if the http request includes an // When enabled, http response will be compressed if the http request includes an
// "Accept" header with a value of "gzip" and/or "deflate" // "Accept" header with a value of "gzip" and/or "deflate"
private static boolean isCompressionEnabled = !(JiveGlobals.getProperty( 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())); .equalsIgnoreCase(Connection.CompressionPolicy.disabled.toString()));
private Server httpBindServer; 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