• Andy Wilkinson's avatar
    Allow JarURLConnection to be created with a relative URL · 02dbd6e4
    Andy Wilkinson authored
    Previously, JarURLConnection assumed that that URL with which it was
    created would contain the absolute path of the underlying jar file.
    This meant that when it was created with a relative URL, it could fail
    to find an entry or throw a StringIndexOutOfBoundsException.
    
    This commit updates the logic for normalizing the input URL so that
    both absolute and relative URLs are supported.
    
    Closes gh-6109
    02dbd6e4
Name
Last commit
Last update
..
spring-boot-antlib Loading commit data...
spring-boot-configuration-metadata Loading commit data...
spring-boot-configuration-processor Loading commit data...
spring-boot-gradle-plugin Loading commit data...
spring-boot-loader Loading commit data...
spring-boot-loader-tools Loading commit data...
spring-boot-maven-plugin Loading commit data...
pom.xml Loading commit data...