-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Now using Compression classes for client response decoding. * Removed oej.client.GZIPContentDecoder, now using only oeh.http.GZIPContentDecoder where necessary. * Updated OSGi dependencies, now that jetty-client depends on jetty-compression-common. * Now using ServiceLoader to load the Compression implementations. * Updated tests that required client jars in a web application. * Deprecated gzip.mod in favor of compression-gzip.mod. * Added distribution tests. * Removed EncoderSink.canEncode(), since it is too late to skip encoding. * Fixed GzipEncoderSink, to finish deflating when last=true. * Enhanced logic in CompressionResponse, to skip by status code, content-type, content-encoding and empty content. * Added tests for CompressionHandler in ee11. * Updated documentation and migration guide. * Implemented support for quality values in Accept-Encoding. * Added module compression-all and correspondent distribution test. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
- Loading branch information
Showing
86 changed files
with
2,462 additions
and
1,739 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.