Escape URL characters in JAR URLs
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
Showing
Please register or sign in to comment