spring-boot/spring-boot-project
Phillip Webb c85918b8b3 Create new JarFile instance for URL connections
Update `JarURLConnection` to ensure that when connections are opened
a new copy of the JarFile is provided.

Prior to this commit, a single `JarFile` instance was shared which meant
that it could be accidental closed if accessed via
`JarURLConnection.getJarFile()`. If the underlying jar file is closed
then it's possible for a `NoClassDefFoundError` to be thrown if running
on JDK 11 with an active `SecurityManager`.

Closes gh-17796
2020-04-21 16:32:51 -07:00
..
spring-boot Don't throw NettyWebServer on permission errors 2020-04-20 17:54:13 -07:00
spring-boot-actuator Make sure that cassandra health check reports version 2020-03-30 12:58:41 +02:00
spring-boot-actuator-autoconfigure Allow exposure patterns to match dashed IDs 2020-04-19 15:58:20 -07:00
spring-boot-autoconfigure Auto-configure cors on WelcomePageHandlerMapping 2020-04-21 11:40:26 -07:00
spring-boot-cli Fix behaviour of DependencyCustomizer ifAllResourcesPresent 2020-03-11 13:00:49 +00:00
spring-boot-dependencies Start building against Spring Integration 5.1.10 snapshots 2020-04-14 10:35:23 +02:00
spring-boot-devtools
spring-boot-docs Document relaxed binding from the environment 2020-04-19 18:51:07 -07:00
spring-boot-parent
spring-boot-properties-migrator
spring-boot-starters Fix link to Vaadin Spring Boot starter 2019-12-12 16:53:21 +01:00
spring-boot-test Revert "Add profiles directly to the application environment for tests" 2020-01-20 15:01:09 +00:00
spring-boot-test-autoconfigure Polish "Make equality checks defensive to null reference" 2020-01-13 17:38:38 +01:00
spring-boot-tools Create new JarFile instance for URL connections 2020-04-21 16:32:51 -07:00
pom.xml