spring-boot/spring-boot-project/spring-boot-tools/spring-boot-loader
Phillip Webb 7708ec7592 Fix Windows path handling for nested jars
Update `Path` creation for nested locations to allow both UNC and classic
file references to be used. This commit attempts to align our URL
handling with that of standard file URLs. The `NestedLocation` class
no longer attempts to remove leading all `\` characters and instead
only removes the first `\` when the second char is `:`. This duplicates
the logic found in Java's own internal `WindowsUriSupport` class which
is used when calling `Path.of(url)` with a `file:` URL.

Fixes gh-40549
2024-05-08 15:44:03 -07:00
..
src Fix Windows path handling for nested jars 2024-05-08 15:44:03 -07:00
build.gradle Upgrade to bcprov-jdk18on 1.78.1 2024-05-06 09:49:32 +02:00