Skip to content
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

Merged
merged 8 commits into from
Sep 21, 2020

Commits on Sep 7, 2020

  1. Issue #4988 - make the MIME type comparison in GzipHandler case insen…

    …sitive
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    7642be8 View commit details
    Browse the repository at this point in the history
  2. Issue #1761 - add extra .ini file configuration for gzip.mod

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    17ec87f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Issue #5198 - GzipHandler should use InflaterPool as well as Deflater…

    …Pool
    
    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    3bdd82e View commit details
    Browse the repository at this point in the history
  2. Issue #5198 - use ByteBuffer API for inflater/deflaters for GzipHandler

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7a04b3e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Issue #5246 - add Inflater/Deflater pools to server dump

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2ed89cb View commit details
    Browse the repository at this point in the history
  2. Issue #5198 - fix usage of inflater/deflater ByteBuffer API

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    4e6827c View commit details
    Browse the repository at this point in the history
  3. 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>
    lachlan-roberts committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    2f23c59 View commit details
    Browse the repository at this point in the history
  4. Move AsciiLowerCaseSet to jetty-util & changes from review

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    f2abf21 View commit details
    Browse the repository at this point in the history