mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Update the spring-boot-loader JarURLConnection class to decode entry names in the same way as the stock JDK class. This allows encoded entry names in the form `%c3%ab` to be loaded. Fixes gh-556