-
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 - AbstractConnectionPool.toString()
can trigger NPE
#9240
Labels
Bug
For general bugs on Jetty side
Comments
lorban
added a commit
that referenced
this issue
Feb 1, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Feb 1, 2023
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Feb 1, 2023
Signed-off-by: Ludovic Orban <[email protected]>
Fixed by #9278. |
gregpoulos
pushed a commit
to gregpoulos/jetty.project
that referenced
this issue
Feb 1, 2023
…x-documentation-operations-logging * upstream/jetty-12.0.x: (83 commits) Fix connection pool's forcible stop (jetty#9280) jetty#9240 add null checks to methods that can be used on a stopped pool retry failing tests one more time (jetty#9274) suppress stack Jetty 12.0.x reenable jetty ee9 tests (jetty#9224) Jetty 12.0.x silence tests' stacktraces (jetty#9225) More narrowly focused DEBUG logging for JavadocTransparentProxy flaky test Revert "More DEBUG on CI build/test" More DEBUG on CI build/test Adding debug to failing test to see what is causing it to fail. Removing unused / old deps Remove duplicate dependency declarations. Jetty 12 - New HTTP Cookie interface (jetty#9205) Converted PathMappings to be an AbstractMap (jetty#9213) Removing jetty-unixsocket-* references (doesn't exist in Jetty 12) Bump versions.maven.plugin.version to 2.14.2 Bump apache.directory.api.version to 2.1.2 Bump hazelcast.version to 4.2.6 Bump slf4j.version to 2.0.6 Bump osgi-service-component-version to 1.5.1 ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version(s)
Jetty 12
Description
Seems the AbstractConnectionPool.toString() can trigger a NPE when attempting to get the Pool.size() during a logging operation.
How to reproduce?
Run the jetty-ee10-demo-proxy-webapp with DEBUG turned on.
Hit the URL
http://localhost:8080/proxy/current
and see the output.The text was updated successfully, but these errors were encountered: