Bug 1089113
Summary: | [SRT] (6.2.x) Upgrade to Mojarra 1.2_15-b01-jbossorg-1 (from 1.2_15-b01) | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Chao Wang <chaowan> |
Component: | JSF | Assignee: | Vaclav Tunka <vtunka> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Schmidt <maschmid> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 6.2.2 | CC: | cdewolf, dwalluck, fjuma, nsriniva, ssilvert |
Target Milestone: | CR3 | ||
Target Release: | EAP 6.2.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1088043 | Environment: | |
Last Closed: | 2014-06-09 12:47:52 UTC | Type: | Component Upgrade |
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: | 1087186, 1088043 | ||
Bug Blocks: | 1067532 |
Description
Chao Wang
2014-04-18 02:12:36 UTC
Mojarra 1.2 slot upgrade seems to have reintroduced a regression described in https://issues.jboss.org/browse/JBPAPP6-121 which breaks Seam 2.2 applications on EAP6. It seems this security patch was applied to a wrong version of Mojarra 1.2, as decompiling and diffing Mojarra 1.2_15-b01-redhat-10 vs redhat-8 shows more changes than the fix for https://bugzilla.redhat.com/show_bug.cgi?id=1087188. I believe the 6.2.0 version was this one: http://git.app.eng.bos.redhat.com/git/jboss/mojarra.git/tag/?id=1.2_15-b01-redhat-8 David, please take a look at comment 4. The only difference between the redhat-8 version and the redhat-10 version should be a change to HtmlResponseWriter.java, as shown in the 1.2_15-b01-jbossorg-1 source: https://github.com/jboss/mojarra/commit/ba87ef1708e562ecb2d76fdcb2587865a67c1e87#diff-4 Any ideas on why additional changes were introduced in the redhat-10 version? In redhat-10, the fix for JBPAPP-6414 was not present. The next build will come from the 1.2_15-redhat branch in the same way that redhat-8 did so that it will contain all previous fixes in addition to the fix to jsf-ri/src/com/sun/faces/renderkit/html_basic/HtmlResponseWriter.java. David's PR to upgrade javax.faces to 1.2_15-b01-redhat-11 https://github.com/jbossas/jboss-eap/pull/1304 Verified on EAP 6.2.3.CP.CR3 |