-
Notifications
You must be signed in to change notification settings - Fork 5.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
Adding DSL for hasIpAddress for WebMvc #14133
Conversation
@brunodmartins Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@brunodmartins Thank you for signing the Contributor License Agreement! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @brunodmartins! This looks great. I've left some feedback inline for you to address before merging.
...c/main/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDsl.kt
Outdated
Show resolved
Hide resolved
...c/main/kotlin/org/springframework/security/config/annotation/web/AuthorizeHttpRequestsDsl.kt
Show resolved
Hide resolved
...ava/org/springframework/security/web/server/authorization/IpAddressAuthorizationManager.java
Outdated
Show resolved
Hide resolved
...ava/org/springframework/security/web/server/authorization/IpAddressAuthorizationManager.java
Outdated
Show resolved
Hide resolved
...ava/org/springframework/security/web/server/authorization/IpAddressAuthorizationManager.java
Outdated
Show resolved
Hide resolved
@jzheaux thanks for the review! I have made the requested changes! |
Thanks, @brunodmartins! Last thing, will you please squash your commits and change the commit message to include the ticket in the message like this:
I've already marked this for the 6.3 release, so once you're ready, we'll merge it after the 6.2 release goes out. |
5c43835
to
fba7922
Compare
@jzheaux all requested changes were made! Linter has returned an |
Thanks for your patience, @brunodmartins. Now that 6.2 is out, I'm going through 6.3 PRs to merge them. Will you please update the PR to remove the merge commit? You may need to rebase the PR with |
faf0dbc
to
1a3a0be
Compare
1a3a0be
to
7f8aaf2
Compare
@jzheaux done! Is it ok now? |
Closes #10577