Skip to content

Fix typo in Javadoc of HttpSecurity#csrf() #8130

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 17, 2020

Conversation

evpaassen
Copy link
Contributor

HttpSecurity#csrf() returns a CsrfConfigurer, while the Javadoc states that it returns the ServletApiConfigurer. This was probably copied from the method above.

`HttpSecurity#csrf()` obviously returns a `CsrfConfigurer`, while the Javadoc states that it returns the `ServletApiConfigurer`.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 17, 2020
@jzheaux jzheaux self-assigned this Mar 17, 2020
@jzheaux jzheaux added in: config An issue in spring-security-config type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Mar 17, 2020
@jzheaux jzheaux added this to the 5.4.0.M1 milestone Mar 17, 2020
@jzheaux jzheaux merged commit ad9bb7f into spring-projects:master Mar 17, 2020
@evpaassen evpaassen deleted the fix-javadoc-typo branch March 17, 2020 20:15
@spring-projects-issues spring-projects-issues added status: backported An issue that has been backported to maintenance branches and removed for: backport-to-5.3.x labels Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: config An issue in spring-security-config status: backported An issue that has been backported to maintenance branches type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants