You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
spring-boot-dependency-tools Implement simpler exclusion logic for Gradle 11 years ago
spring-boot-gradle-plugin Add support for unpacking nested JARs 11 years ago
spring-boot-loader Fix "signer information does not match" error 11 years ago
spring-boot-loader-tools Add support for unpacking nested JARs 11 years ago
spring-boot-maven-plugin Add support for unpacking nested JARs 11 years ago
pom.xml Next development version 11 years ago