-
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
Review accidental xml config changes #6392
Labels
Bug
For general bugs on Jetty side
Comments
The changes resulting from review are: gcloud session store
hazelcast session store
jdbc session store
http2c
unixsocket-http2c
server
rewrite
rewrite-customizer
gzip
<Set name="checkGzExists" property="jetty.gzip.checkGzExists"/>
<Set name="compressionLevel" property="jetty.gzip.compressionLevel"/>
<Set name="inflaterPoolCapacity" property="jetty.gzip.inflaterPoolCapacity"/>
<Set name="deflaterPoolCapacity" property="jetty.gzip.deflaterPoolCapacity"/>
threadlimit
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jetty-10/jetty-11
This supersedes issue #6329. Analysing #6329 (jetty 10/11 does not stop on shutdown by default when running in the distro) revealed that commit 343cf73 had inadvertently changed a number of default values in jetty xml config files. We need to review the config changes, and where necessary revert/fix incorrect changes.
The text was updated successfully, but these errors were encountered: