Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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

Closed

Conversation

Copy link
Contributor

@maziyarbahramian maziyarbahramian commented Sep 27, 2025

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
Copy link
Contributor

github-actions bot commented Oct 1, 2025

Fixed via e1c008f

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.

maziyarbahramian reacted with rocket emoji

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

Successfully merging this pull request may close these issues.

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

AltStyle によって変換されたページ (->オリジナル) /