You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-tools
Andy Wilkinson d9382244d8 Handle mixture of encoded and unencoded chars in JarURLConnection
Previously, JarURLConnection would corrupt a URL that contained a
mixture of encoded and unencoded double-byte characters. URLs that
only contained unencoded double-byte characters were not affected as
they are passed through as-is.

This commit updates JarURLConnection.JarEntryName to correctly handle
characters with a value that won't fit in a single signed byte (a
value greater than 127). Such characters are now URL encoded and then
written to the output stream as multiple bytes.

Closes gh-5194
9 years ago
..
spring-boot-antlib Add manifest entries for location of lib and classes in executable archives 9 years ago
spring-boot-configuration-metadata Polish 9 years ago
spring-boot-configuration-processor Use AssertJ in spring-boot-tools 9 years ago
spring-boot-gradle-plugin Polish 9 years ago
spring-boot-loader Handle mixture of encoded and unencoded chars in JarURLConnection 9 years ago
spring-boot-loader-tools Polish 9 years ago
spring-boot-maven-plugin Use a conventional delegation model in LaunchedURLClassLoader 9 years ago
pom.xml Move master to 1.4.0.BUILD-SNAPSHOT 9 years ago