• Andy Wilkinson's avatar
    Update JarURLConnection to only require file read permission · 3772d9f9
    Andy Wilkinson authored
    Previously, JarURLConnection didn't override getPermission(). This
    meant that it required all permissions. This was at odds with the
    Oracle JVM's concrete sun.net.www.protocol.jar.JarURLConnection which
    overrides getPermission to return a FilePermission with the read
    action for the path of the underlying jar.
    
    This commit updates our JarURLConnection to align its behaviour with
    sun.net.www.protocol.jar.JarURLConnection.
    
    Closes gh-5411
    3772d9f9
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...