Skip to content

Conversation

maziyarbahramian
Copy link
Contributor

This PR fixes incorrect examples in the URI Patterns documentation for both WebMVC and WebFlux Request Mapping.

  • Corrected {name:[a-z]+} examples (previously showed {project:[a-z]} by mistake).
  • Removed redundant + characters around examples to improve AsciiDoc rendering.
  • Ensured consistency between WebMVC and WebFlux documentation.

Closes gh-35378.

… {name:[a-z]+} examples

Signed-off-by: Maziyar Bahramian <maziyar.bahramian@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Sep 27, 2025
@bclozel bclozel self-assigned this Sep 27, 2025
@bclozel bclozel added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Oct 1, 2025
@bclozel bclozel added this to the 6.2.12 milestone Oct 1, 2025
@bclozel bclozel closed this in e1c008f Oct 1, 2025
Copy link
Contributor

github-actions bot commented Oct 1, 2025

Fixed via e1c008f

@bclozel
Copy link
Member

bclozel commented Oct 1, 2025

Thanks for your contribution @maziyarbahramian this is now merged in 6.2.x and main. Docs should be updated shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

URI Patterns documentation shows wrong Example column text for {name:[a-z]}+ pattern
3 participants