spring-boot/spring-boot-tools
Andy Wilkinson 3772d9f937 Update JarURLConnection to only require file read permission
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
2016-06-01 15:33:36 +01:00
..
spring-boot-antlib Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-metadata Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-configuration-processor Polish 2016-05-10 09:35:10 -07:00
spring-boot-gradle-plugin Next Development Version 2016-05-10 05:28:34 +00:00
spring-boot-loader Update JarURLConnection to only require file read permission 2016-06-01 15:33:36 +01:00
spring-boot-loader-tools Always handle quoted arguments correctly in the launch script 2016-05-13 11:13:54 +01:00
spring-boot-maven-plugin Run Maven Plugin's integration tests when full profile is active 2016-05-25 17:42:08 +01:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00