-
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
Jetty 12 - Attributes dump is not working #8984
Comments
Also, that's a lot of attributes! We don't know what they all are, but once we see the names we need to check why do many |
The revealed attributes are as follows:
|
Set from external configuration (or defaults): These are removed in various Configuration.deconfigure() calls: Spec required: Jasper controlled: Attributes related to the demo: Never cleared: Not sure if ever cleared?: Websocket related attributes (cleared?): |
Move this one to Spec required:
|
@joakime done. |
Closing, PR #9024 is merged |
Jetty version(s)
Jetty 12
Description
The Dump of
org.eclipse.jetty.util.Attributes
is kinda useless right now.We need to fix this to show something meaningful.
Example dump (from a
WebAppContext
from ee10)The text was updated successfully, but these errors were encountered: