Browse Source
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-22568pull/22645/head
Phillip Webb
6 years ago
committed by
Juergen Hoeller
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue