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.
d9382244d8
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 | 9 years ago | |
spring-boot-configuration-metadata | 9 years ago | |
spring-boot-configuration-processor | 9 years ago | |
spring-boot-gradle-plugin | 9 years ago | |
spring-boot-loader | 9 years ago | |
spring-boot-loader-tools | 9 years ago | |
spring-boot-maven-plugin | 9 years ago | |
pom.xml | 9 years ago |