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 .

Comment From: wilkinsona

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.