Skip to content

Add toString to IpAddressMatcher #16818

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

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

wtigerhyunsu
Copy link
Contributor

Closes gh-16795
Implemented the toString method based on gh-16795.

In the future, if getHostAddress() or getMaskBits() methods are introduced, the internal logic of toString may be updated to use those methods.

Fixed a formatting issue detected in build #5695 (checkFormatTest failure) and resubmitted the PR.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 25, 2025
@wtigerhyunsu wtigerhyunsu force-pushed the main branch 2 times, most recently from cd0196c to 437e35d Compare March 25, 2025 04:03
@wtigerhyunsu wtigerhyunsu reopened this Mar 25, 2025
@wtigerhyunsu wtigerhyunsu reopened this Mar 25, 2025
@jzheaux jzheaux self-assigned this Mar 26, 2025
@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 26, 2025
Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, @wtigerhyunsu! I'm glad we were able to together on a solution. I've left some feedback inline, would you be able to make those changes please?

Since the feedback is quite brief, please squash your commits the next time you push so that there continues to be only one commit.

Copy link
Contributor

@jzheaux jzheaux left a comment

Choose a reason for hiding this comment

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

Thanks for the update, @wtigerhyunsu! I've left another piece of inline feedback.

@jzheaux jzheaux added this to the 6.5.0-RC1 milestone Mar 27, 2025
@jzheaux jzheaux changed the title Add toString() to IpAddressMatcher.java Add toString to IpAddressMatcher Mar 27, 2025
@jzheaux jzheaux merged commit bdbf6a2 into spring-projects:main Mar 27, 2025
6 checks passed
@jzheaux
Copy link
Contributor

jzheaux commented Mar 27, 2025

Thanks, @wtigerhyunsu! This is now merged into main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants