Skip to content

Fix URI Patterns docs in WebMVC and WebFlux Request Mapping#35551

Closed
maziyarbahramian wants to merge 1 commit into
spring-projects:mainfrom
maziyarbahramian:gh-35378
Closed

Fix URI Patterns docs in WebMVC and WebFlux Request Mapping#35551
maziyarbahramian wants to merge 1 commit into
spring-projects:mainfrom
maziyarbahramian:gh-35378

Conversation

@maziyarbahramian

Copy link
Copy Markdown
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
@github-actions

github-actions Bot commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

Fixed via e1c008f

@bclozel

bclozel commented Oct 1, 2025

Copy link
Copy Markdown
Member

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