• Andy Wilkinson's avatar
    Create FilePermission lazily in JarURLConnection · 8d491f27
    Andy Wilkinson authored
    JarURLConnection is very performance sensitive. The change in 3772d9f9
    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
    8d491f27
Name
Last commit
Last update
..
it Loading commit data...
main/java/org/springframework/boot/loader Loading commit data...
test Loading commit data...