Skip to content
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

Fix documented default value for property spring.mvc.pathmatch.matching-strategy #28936

Closed
aaguilera opened this issue Dec 9, 2021 · 1 comment
Assignees
Labels
type: documentation A documentation update
Milestone

Comments

@aaguilera
Copy link

Spring Boot 2.6.x documentation states that the default value for property spring.mvc.pathmatch.matching-strategy is ant-path-matcher, but it's actually path-pattern-parser.

Documentation:

https://docs.spring.io/spring-boot/docs/2.6.x/reference/html/application-properties.html#application-properties.web.spring.mvc.pathmatch.matching-strategy

Source code:

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 9, 2021
@snicoll snicoll added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Dec 9, 2021
@snicoll snicoll self-assigned this Dec 9, 2021
@snicoll snicoll added this to the 2.6.2 milestone Dec 9, 2021
@snicoll
Copy link
Member

snicoll commented Dec 9, 2021

Thanks for the report, the manual meta-data for the default value wasn't updated.

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

No branches or pull requests

3 participants