Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add an early exit to `StringUtils.cleanPath` to save array creating and string concatenation. With a typical Spring application, the `cleanPath` method can be called over 600 times, often with a path constructed by a `ClassPathResource` that is likely to already be clean. Closes gh-22568
- Loading branch information