-
Bug
-
Resolution: Fixed
-
P2
-
8u141
-
b01
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8197204 | 8u192 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8195408 | 8u172 | Ivan Gerasimov | P2 | Resolved | Fixed | b03 |
JDK-8185363 | 8u162 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8185303 | 8u152 | Ivan Gerasimov | P2 | Resolved | Fixed | b09 |
JDK-8185111 | 8u151 | Ivan Gerasimov | P2 | Resolved | Fixed | b06 |
JDK-8185144 | 8u144 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8192611 | emb-8u161 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8185289 | emb-8u151 | Ivan Gerasimov | P2 | Resolved | Fixed | b06 |
JDK-8185494 | 7u171 | Ivan Gerasimov | P2 | Closed | Fixed | b01 |
JDK-8185631 | 7u151 | Ivan Gerasimov | P2 | Closed | Fixed | b33 |
JDK-8187216 | openjdk7u | Ivan Gerasimov | P2 | Resolved | Fixed | master |
JDK-8185495 | 6u181 | Ivan Gerasimov | P2 | Closed | Fixed | b01 |
JDK-8188065 | 6u171 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8186206 | 6u161 | Ivan Gerasimov | P2 | Closed | Fixed | b32 |
Example stacktrace :
com.sun.deploy.net.JARSigningException: Could not verify signing in resource: (http://localhost:8080/webstart/lib/l2fprod-0.0.1.jar, 55873)
at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
at com.sun.deploy.cache.CacheEntry.access$2700(Unknown Source)
at com.sun.deploy.cache.CacheEntry$7.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
...
================================
WrappedException:
================================
java.lang.SecurityException: digest missing for com/l2fprod/common
at sun.security.util.ManifestEntryVerifier.verify(Unknown Source)
at java.util.jar.JarVerifier.processEntry(Unknown Source)
at java.util.jar.JarVerifier.update(Unknown Source)
at java.util.jar.JarVerifier$VerifierStream.<init>(Unknown Source)
at java.util.jar.JarFile.getInputStream(Unknown Source)
at com.sun.deploy.security.JarVerifier.authenticateJarEntry(Unknown Source)
at com.sun.deploy.security.EnhancedJarVerifier.validate(Unknown Source)
at com.sun.deploy.cache.CacheEntry.processJar(Unknown Source)
at com.sun.deploy.cache.CacheEntry.access$2700(Unknown Source)
at com.sun.deploy.cache.CacheEntry$7.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.CacheEntry.writeFileToDisk(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
...
- backported by
-
JDK-8185111 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8185144 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8185289 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8185303 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8185363 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8187216 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8188065 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8192611 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8195408 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8197204 Jar file verification failing with SecurityException: digest missing xxx
- Resolved
-
JDK-8185494 Jar file verification failing with SecurityException: digest missing xxx
- Closed
-
JDK-8185495 Jar file verification failing with SecurityException: digest missing xxx
- Closed
-
JDK-8185631 Jar file verification failing with SecurityException: digest missing xxx
- Closed
-
JDK-8186206 Jar file verification failing with SecurityException: digest missing xxx
- Closed
- relates to
-
JDK-6233323 ZipEntry.isDirectory() may return false incorrectly
- Resolved