-
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
HttpConfiguration dump is missing entries #12163
Labels
Bug
For general bugs on Jetty side
Comments
Many of the attributes are also missing from JMX too. |
I'm taking this issue. |
joakime
added a commit
that referenced
this issue
Aug 16, 2024
…time-attributes Issue #12163 - Adding missing HttpConfiguration fields to JMX and dump()
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Jetty 12.0.13 - FROZEN
Aug 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
12.0.12
Jetty Environment
Any
Java version/vendor
(use: java -version)
Any
OS type/version
Any
Description
When working issue #12162 it was noticed that the output of
HttpConfiguration.dump
is missing entries for things likeHttpCompliance
,UriCompliance
, andMultipartCompliance
(and probably others)How to reproduce?
Run a new jetty-base with just
http
, and start it withstart.jar jetty.server.dumpAfterStart=true
and look at the output.The text was updated successfully, but these errors were encountered: