Skip to content

Minor docs fix#15043

Merged
marcusdacoregio merged 1 commit intospring-projects:mainfrom
vvaadd:apidoc-fix
May 15, 2024
Merged

Minor docs fix#15043
marcusdacoregio merged 1 commit intospring-projects:mainfrom
vvaadd:apidoc-fix

Conversation

@vvaadd
Copy link
Copy Markdown
Contributor

@vvaadd vvaadd commented May 10, 2024

Changed method names and arguments in reference docs

@pivotal-cla
Copy link
Copy Markdown

@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
Copy Markdown

@vvaadd Thank you for signing the Contributor License Agreement!

Copy link
Copy Markdown
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.

// ...
.exceptionHandling(e -> e.authenticationEntryPoint(authenticationEntryPoint()))
.addFilterBefore(digestFilter());
.addFilterAfter(digestAuthenticationFilter(), ExceptionTranslationFilter.class);
Copy link
Copy Markdown
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
@vvaadd vvaadd requested a review from marcusdacoregio May 15, 2024 14:13
@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
@marcusdacoregio
Copy link
Copy Markdown
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.

4 participants