Bug 1155823
Summary: | [GSS] (6.4.0) 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: | unspecified | |||
Version: | 6.3.1 | CC: | cdewolf, jmartisk, joallen, kkhan, msvehla | |
Target Milestone: | DR11 | Keywords: | Regression | |
Target Release: | EAP 6.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
In previous releases of JBoss EAP 6, the `JarFileResourceLoader` attempted to retrieve the certificates before rather than after reading the class stream, which resulted in the certificates not being loaded.
This would cause a `SecurityError` to occur when signed classes were loaded concurrently by multiple threads.
In this release the `JarFileResourceLoader` retrieves the certificates after reading the class stream and the `SecurityError` no longer occurs.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1155824 (view as bug list) | Environment: | ||
Last Closed: | 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: | ||||
Bug Blocks: | 1155824, 1161353 |
Description
James Livingston
2014-10-22 23:00:22 UTC
Assume this is fixed by 1.3.5 modules upgrade *** Bug 1154682 has been marked as a duplicate of this bug. *** Martin, you seem to have encountered the same bug and therefore I suppose you will be more competent to verify this ;) Verified with EAP 6.4.0.DR11 / JBoss Modules 1.3.6.Final |