• Andy Wilkinson's avatar
    Handle mixture of encoded and unencoded chars in JarURLConnection · d9382244
    Andy Wilkinson authored
    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
    d9382244
Name
Last commit
Last update
.mvn Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-docs Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-deployment-tests Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...