Skip to content
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

Minor docs fix #15043

Merged
merged 1 commit into from May 15, 2024
Merged

Minor docs fix #15043

merged 1 commit into from May 15, 2024

Conversation

vvaadd
Copy link
Contributor

@vvaadd vvaadd commented May 10, 2024

Changed method names and arguments in reference docs

@pivotal-cla
Copy link

@vvaadd Please sign the Contributor License Agreement!

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

See the FAQ for frequently asked questions.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 10, 2024
@pivotal-cla
Copy link

@vvaadd Thank you for signing the Contributor License Agreement!

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.

Hi @vvaadd, thanks for the PR.

I've left some feedback inline.

}
@Bean
public SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
http
// ...
.exceptionHandling(e -> e.authenticationEntryPoint(authenticationEntryPoint()))
.addFilterBefore(digestFilter());
.addFilterAfter(digestAuthenticationFilter(), ExceptionTranslationFilter.class);
Copy link
Contributor

Choose a reason for hiding this comment

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

This method should be .addFilter(digestAuthenticationFilter()) since the DigestAuthenticationFilter has an entry in FilterOrderRegistration.

@marcusdacoregio marcusdacoregio self-assigned this May 13, 2024
@marcusdacoregio marcusdacoregio removed the status: waiting-for-triage An issue we've not yet triaged label May 13, 2024
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 13, 2024
@marcusdacoregio marcusdacoregio removed the status: waiting-for-triage An issue we've not yet triaged label May 14, 2024
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label May 14, 2024
@marcusdacoregio marcusdacoregio added in: docs An issue in Documentation or samples type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels May 15, 2024
@marcusdacoregio marcusdacoregio added this to the 6.3.0 milestone May 15, 2024
@marcusdacoregio marcusdacoregio changed the title Minor code fix Minor docs fix May 15, 2024
@marcusdacoregio marcusdacoregio merged commit 0a6e50d into spring-projects:main May 15, 2024
2 checks passed
@marcusdacoregio
Copy link
Contributor

Thanks @vvaadd, this is now merged into main.

@vvaadd vvaadd deleted the apidoc-fix branch May 15, 2024 18:35
@marcusdacoregio marcusdacoregio mentioned this pull request May 23, 2024
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 type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants