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

How to set actuator url case not sensitive? #26908

Closed
wpstan opened this issue Jun 15, 2021 · 1 comment
Closed

How to set actuator url case not sensitive? #26908

wpstan opened this issue Jun 15, 2021 · 1 comment
Labels
for: stackoverflow A question that's better suited to stackoverflow.com status: invalid An issue that we don't feel is valid

Comments

@wpstan
Copy link

wpstan commented Jun 15, 2021

hi, I want to set the actuator url case not sensitive.
but in AbstractWebMvcEnpointHandlerMapping, getBuilderConfig method. config.setPathMatcher(null), the method param is null. Why is this set to null?

thank you .

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 15, 2021
@wilkinsona
Copy link
Member

It's null to indicate that the default path matcher should be used. Note that we consider this to be an implementation detail of the actuator's endpoints and we plan to switch to path patterns in a future release.

If you have any further questions, please follow up on Stack Overflow or Gitter. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.

@wilkinsona wilkinsona added for: stackoverflow A question that's better suited to stackoverflow.com status: invalid An issue that we don't feel is valid and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
for: stackoverflow A question that's better suited to stackoverflow.com status: invalid An issue that we don't feel is valid
Projects
None yet
Development

No branches or pull requests

3 participants