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

fix infinite recursion in server dump with Path #10685

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

lachlan-roberts
Copy link
Contributor

Path is Iterable but will give the segments of the path. This was causing a recursion loop when trying to dump a path during the server dumpAfterStart.

@joakime joakime mentioned this pull request Oct 10, 2023
50 tasks
Copy link
Contributor

@joakime joakime left a comment

Choose a reason for hiding this comment

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

Looks good.

@lachlan-roberts lachlan-roberts merged commit 0468f67 into jetty-12.0.x Oct 10, 2023
2 checks passed
@lachlan-roberts lachlan-roberts deleted the fix/jetty-12.0.x-dumpStackOverflow branch October 10, 2023 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants