spring-boot/spring-boot-tools/spring-boot-loader
Andy Wilkinson 8d491f278b Create FilePermission lazily in JarURLConnection
JarURLConnection is very performance sensitive. The change in 3772d9f
meant that every JarURLConnection would create a FilePermission,
irrespective of whether it was actually used.

This commit updates JarURLConnection to create its FilePermission
lazily. When there is no security manager a permission will no longer
be created at all.

Closes gh-5411
See gh-6215
2016-06-24 11:49:35 +01:00
..
src Create FilePermission lazily in JarURLConnection 2016-06-24 11:49:35 +01:00
pom.xml Next Development Version 2016-05-10 05:28:34 +00:00