-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #5198 - update gzip handler #5248
Issue #5198 - update gzip handler #5248
Commits on Sep 7, 2020
-
Issue #4988 - make the MIME type comparison in GzipHandler case insen…
…sitive Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 7642be8 - Browse repository at this point
Copy the full SHA 7642be8View commit details -
Issue #1761 - add extra .ini file configuration for gzip.mod
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 17ec87f - Browse repository at this point
Copy the full SHA 17ec87fView commit details
Commits on Sep 8, 2020
-
Issue #5198 - GzipHandler should use InflaterPool as well as Deflater…
…Pool Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 3bdd82e - Browse repository at this point
Copy the full SHA 3bdd82eView commit details -
Issue #5198 - use ByteBuffer API for inflater/deflaters for GzipHandler
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 7a04b3e - Browse repository at this point
Copy the full SHA 7a04b3eView commit details
Commits on Sep 9, 2020
-
Issue #5246 - add Inflater/Deflater pools to server dump
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 2ed89cb - Browse repository at this point
Copy the full SHA 2ed89cbView commit details -
Issue #5198 - fix usage of inflater/deflater ByteBuffer API
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 4e6827c - Browse repository at this point
Copy the full SHA 4e6827cView commit details -
Issue #5198 - revert usage of deflater ByteBuffer API for GzipHandler
The CRC32 checksum may need to convert the ByteBuffer to an array anyway so we are better off not setting the deflater input with ByteBuffer directly. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 2f23c59 - Browse repository at this point
Copy the full SHA 2f23c59View commit details -
Move AsciiLowerCaseSet to jetty-util & changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for f2abf21 - Browse repository at this point
Copy the full SHA f2abf21View commit details