• Andy Wilkinson's avatar
    Handle relative URLs in jar's Class-Path when getting changeable URLs · 1412eaa0
    Andy Wilkinson authored
    5e0ba6ea added support for reading a jar manifest's Class-Path
    attribute when resolving changeable URLs from a URLClassLoader,
    however it did not handle relative URLs, i.e. URLs without a protocol,
    correctly.
    
    This commit updates ChangeableUrls so that it uses the URL of the
    JAR that contains the manifest as the base for any new URLs that
    are created. When the Class-Path entry is relative, this base will
    be used. When the Class-Path entry is absolutee, URL's constructor
    will ignore the supplied base.
    
    Closes gh-5665
    1412eaa0
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-tools Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml 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...