-
Notifications
You must be signed in to change notification settings - Fork 6k
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
HttpSecurityDsl should support apply method #11771
Conversation
@hanrw Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@hanrw 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.
Hi @hanrw! As mentioned, I'll probably hold off on merging for a bit. See note below for a suggested change to the javadoc.
config/src/main/kotlin/org/springframework/security/config/annotation/web/HttpSecurityDsl.kt
Outdated
Show resolved
Hide resolved
- Polish javadoc in Kotlin DSL
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.
Hi @hanrw! I'm circling back to this PR and while looking at this again, I had another thought. See below.
config/src/main/kotlin/org/springframework/security/config/annotation/web/HttpSecurityDsl.kt
Outdated
Show resolved
Hide resolved
- add extra configuration for configurer
Merged into |
Fix gh-11754