Bug 1155824
| Summary: | [GSS] (6.3.z) Package certificate SecurityErrors triggered by MODULES-192 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | James Livingston <jlivings> |
| Component: | Class Loading | Assignee: | David M. Lloyd <david.lloyd> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Svehla <msvehla> |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.3.1 | CC: | bbaranow, cdewolf, david.lloyd, jawilson, joallen, msvehla |
| Target Milestone: | CR1 | Keywords: | Regression |
| Target Release: | EAP 6.3.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: JarFileResourceLoader attempts to retrieve the certificates before rather than after reading the class stream, which usually results in the certificates not being loaded.
Consequence: When signed classes are loaded concurrently by multiple threads, a SecurityError may occur.
Fix: Retrieve the certificates after reading the class stream instead.
Result: No SecurityError occurs.
|
Story Points: | --- |
| Clone Of: | 1155823 | Environment: | |
| Last Closed: | 2019-08-19 12:42:08 UTC | Type: | Bug |
| 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: | 1155823 | ||
| Bug Blocks: | 1151405, 1161356 | ||
|
Description
James Livingston
2014-10-22 23:05:33 UTC
Fixed in jboss-modules-1.3.5. Verified with EAP 6.3.3.CP.CR2 / JBoss Modules 1.3.5.Final |