Skip to content

Conversation

@c-arianna
Copy link

  • Fix issue reports
  • Fix other typos
  • Fix wrong docs link in Servlet - SAML2 Log In Overview
  • Fix examples in Servlet - SAML2 Authentication Responses
  • Fix examples in Servlet - SAML2 Logout

Closes gh-18376

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 13, 2026
@jzheaux jzheaux added in: docs An issue in Documentation or samples type: bug A general bug and removed status: waiting-for-triage An issue we've not yet triaged labels Jan 15, 2026
@jzheaux jzheaux self-assigned this Jan 15, 2026
@jzheaux jzheaux added in: docs An issue in Documentation or samples type: bug A general bug and removed in: docs An issue in Documentation or samples type: bug A general bug labels Jan 15, 2026
@jzheaux jzheaux added this to the 8.0.x milestone Jan 15, 2026
@jzheaux jzheaux enabled auto-merge (rebase) January 15, 2026 20:01
@jzheaux jzheaux modified the milestones: 8.0.x, 7.1.0-M1 Jan 15, 2026
@jzheaux jzheaux disabled auto-merge January 15, 2026 20:07
@jzheaux
Copy link
Contributor

jzheaux commented Jan 15, 2026

Hi, @c-arianna! Thank you for the PR. It appears that you have added other cleanup as well, which is great. Will you please place these in separate commits? In this way, the commit that fixes the linked issue only contains those changes. This simplifies future research as well as simplifying backporting.

From what I can tell, you have four separate improvements:

  1. Correct paths in Authorize Http Requests Documentation
  2. Fix typos in Authorization Documentation
  3. Fix typos in JWT Documentation
  4. Fix typos in SAML 2.0 Documentation

Would you please separate these into separate commits? Only the first one should have "Closes gh-18376" at the end. If you have trouble with this, please let me know and I can help.

@jzheaux jzheaux added the status: waiting-for-feedback We need additional information before we can continue label Jan 15, 2026
- Fix wrong docs link in Servlet - SAML2 Log In Overview
- Fix examples in Servlet - SAML2 Authentication Responses
- Fix examples in Servlet - SAML2 Logout

Signed-off-by: arianna <[email protected]>
@c-arianna
Copy link
Author

Hi @jzheaux, sorry about that and thanks for the feedback!
I’ve now split the changes into separate commits as requested.

@spring-projects-issues spring-projects-issues added status: feedback-provided Feedback has been provided and removed status: waiting-for-feedback We need additional information before we can continue labels Jan 16, 2026
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: feedback-provided Feedback has been provided type: bug A general bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct path mismatches in Authorize HTTP Requests documentation

3 participants