Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
6d0283c6
Commit
6d0283c6
authored
Feb 04, 2015
by
Dave Cridland
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #164 from tevans/OF-626
OF-626: Incorporate review feedback
parents
90501d8a
719dc2a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
versions.txt
build/lib/versions.txt
+1
-2
HttpBindManager.java
src/java/org/jivesoftware/openfire/http/HttpBindManager.java
+1
-1
No files found.
build/lib/versions.txt
View file @
6d0283c6
...
...
@@ -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
src/java/org/jivesoftware/openfire/http/HttpBindManager.java
View file @
6d0283c6
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment