• Phillip Webb's avatar
    Don't close early when SecurityManager present · 1beee570
    Phillip Webb authored
    Update `JarFile` and `JarFileWrapper` classes so that they no longer
    close the `JarFile` early if a `SecurityManager` is in use.
    
    Prior to this commit, the closed `JarFile` would cause (an ultimately
    swallowed) NPE in `ZipFile` which manifested itself as a
    `ClassNotFoundException` when starting the app.
    
    Closes gh-25538
    1beee570
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...