Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix jar uri parsing in CloseablePath
Jar uris follow the format[1]: ``` jar:<url>!/[<entry>] ``` So splitting should be done on the last `!/` rather than the first. Fixes: #1724 for Spring Boot 3.2 and later. 1. https://docs.oracle.com/javase/8/docs/api/java/net/JarURLConnection.html
- Loading branch information