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 #6084 - CompressionPools should not be configured through the GzipHandler #6092

Merged

Conversation

lachlan-roberts
Copy link
Contributor

Closes #6084

The InflaterPool and DeflaterPool should be configured externally and set as a bean on the server. The GzipHandler should not be configuring them directly as they are shared with other components on the Server.

@lachlan-roberts lachlan-roberts requested a review from gregw March 24, 2021 03:01
…pressionPool capacity.

Signed-off-by: Lachlan Roberts <[email protected]>
@lachlan-roberts lachlan-roberts requested a review from sbordet March 24, 2021 08:29
Copy link
Contributor

@gregw gregw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@sbordet sbordet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lachlan-roberts waiting for the setter methods for the pools.

@lachlan-roberts lachlan-roberts requested a review from sbordet March 25, 2021 09:27
@lachlan-roberts lachlan-roberts merged commit d7de3ea into jetty-10.0.x Mar 31, 2021
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-6084-GzipHandlerCompressionPool branch March 31, 2021 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GzipHandler: NPE in setDeflaterPoolCapacity and setInflaterPoolCapacity
3 participants