Bug 1482386
| Summary: | Update java-1.8.0-openjdk to 8u144 to fix zip regression [rhel-6.9.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Oneata Mircea Teodor <toneata> |
| Component: | java-1.8.0-openjdk | Assignee: | Andrew John Hughes <ahughes> |
| Status: | CLOSED ERRATA | QA Contact: | Maryna Nalbandian <mnalband> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.9 | CC: | ahughes, bodavis, dbhole, jvanek, lmanasko, qe-baseos-apps, toneata |
| Target Milestone: | rc | Keywords: | ZStream |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | java-1.8.0-openjdk-1.8.0.144-0.b01.el6_9 | Doc Type: | Bug Fix |
| Doc Text: |
Update 141 of OpenJDK 8 introduced a behavioral change, which required
directory entries in JAR files to end with a trailing slash. As a consequence,
verification of some JAR files failed, leading to the following
error message:
java.lang.SecurityException: digest missing for <class>
This update upgrades the OpenJDK 8 packages to update 144, which allows the
behavior to be toggled using the "-Djdk.util.zip.ensureTrailingSlash" option. By
default, OpenJDK 8 now follows the legacy behavior of performing the search
again with a trailing slash added to the name, before reporting that the file
cannot be found. As a result, JAR files are now verified as they were before
update 141.
|
Story Points: | --- |
| Clone Of: | 1477858 | Environment: | |
| Last Closed: | 2017-10-03 14:27:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1477858 | ||
| Bug Blocks: | |||
|
Description
Oneata Mircea Teodor
2017-08-17 07:05:34 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2850 |