Skip to content

Conversation

dmitrilc
Copy link
Contributor

This PR fixes #10062

  1. Replaces references to AuthenticationFailureEvent, which does exist, with AbstractAuthenticationFailureEvent. in file docs/manual/src/docs/asciidoc/_includes/servlet/authentication/events.adoc

  2. Replace reference to AuthenticationFailureEvent, which does not exist, with AuthenticationFailureBadCredentialsEvent(matches Kotlin version) in file docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-resourceserver.adoc

@pivotal-cla
Copy link

@dmitrilc Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@dmitrilc Thank you for signing the Contributor License Agreement!

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 12, 2021
@jzheaux jzheaux self-assigned this Jul 12, 2021
@jzheaux jzheaux added in: docs An issue in Documentation or samples status: duplicate A duplicate of another issue type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 12, 2021
@jzheaux jzheaux added this to the 5.6.0-M1 milestone Jul 12, 2021
@jzheaux
Copy link
Contributor

jzheaux commented Jul 12, 2021

Thanks, @dmitrilc! Will you please squash your commits and reference the GitHub ticket in the resulting comment? Something like:

Remove AuthenticationFailureEvent Reference

Closes gh-10062

Having a commit message like this will automatically close the issue upon merging.

Copy link
Contributor

@marcusdacoregio marcusdacoregio left a comment

Choose a reason for hiding this comment

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

@dmitrilc I've noticed a tiny thing that we could also fix. It's totally up to you if you want to fix it 😃

fix the name of the parameter, from failure to badCredentials

Replaces AuthenticationFailureEvent

Remove AuthenticationFailureEvent Reference

Closes spring-projectsgh-10062
@jzheaux jzheaux merged commit a443126 into spring-projects:main Jul 16, 2021
@jzheaux
Copy link
Contributor

jzheaux commented Jul 16, 2021

Thanks, @dmitrilc! 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: docs An issue in Documentation or samples status: duplicate A duplicate of another issue type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AuthenticationFailureEvent does not exist

5 participants