spring-boot/spring-boot-tools
Phillip Webb 60ef031f78 Fix "signer information does not match" error
Update ExecutableArchiveLauncher so that `-cp` URLs are not added
when they are already contained as nested JARs. This prevents a
SecurityException "signer information does not match error" when using
signed jars. The root cause of the issue was that the primary JAR file
was on the default classpath with the URL "file:....jar" and in the
main URL set as "jar:file:....jar". It is now filtered so that only
the "jar:" variant is added.

Fixes gh-1134
2014-06-24 11:46:15 -07:00
..
spring-boot-dependency-tools Implement simpler exclusion logic for Gradle 2014-06-16 16:54:48 -07:00
spring-boot-gradle-plugin Add support for unpacking nested JARs 2014-06-24 00:46:56 -07:00
spring-boot-loader Fix "signer information does not match" error 2014-06-24 11:46:15 -07:00
spring-boot-loader-tools Add support for unpacking nested JARs 2014-06-24 00:46:56 -07:00
spring-boot-maven-plugin Add support for unpacking nested JARs 2014-06-24 00:46:56 -07:00
pom.xml Next development version 2014-06-11 10:46:27 -07:00