Bug 792971 (JBEPP-51)

Summary: Fix to prevent CMS editor from modifying URLs
Product: [JBoss] JBoss Enterprise Portal Platform 4 Reporter: Mike Millson <mmillson>
Component: PortalAssignee: Jboss Support <support-patch>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3.0.GACC: epp-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-51
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-31 10:28:30 UTC Type: Support Patch
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Bug Depends On:    
Bug Blocks: 792980    
Attachments:
Description Flags
promobanner.html
none
create.jsp
none
edit.jsp
none
pending_items.jsp
none
tiny_mce.zip
none
portal-core-cms-lib.jar none

Description Mike Millson 2009-03-24 14:07:19 UTC
Date of First Response: 2009-03-26 13:01:30
Patch Instructions: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs and Access is Denied error on saving a modified CMS file.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
        [JBEPP-31] Access is Denied error on saving a modified CMS file
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009 
Patch Repository Link: https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=818
SVN / CVS Isolated Branch: https://svn.jboss.org/repos/portal/branches/Enterprise_Portal_Platform_4_3_GA_JBEPP-51/
Support Case Reference: https://enterprise.redhat.com/issue-tracker/271001
project_key: JBEPP

URLs entered into the CMS editor are being converted into absolute URLs in some cases.

Comment 1 Mike Millson 2009-03-24 14:09:34 UTC
Link: Added: This issue depends JBPORTAL-2331


Comment 2 Mike Millson 2009-03-24 15:12:48 UTC
SVN / CVS Isolated Branch: Added: https://svn.jboss.org/repos/portal/branches/Enterprise_Portal_Platform_4_3_GA_JBEPP-51/


Comment 4 Mike Millson 2009-03-24 17:29:56 UTC
Attachment: Added: promobanner.html


Comment 5 Mike Millson 2009-03-24 17:33:09 UTC
Attachment: Added: tiny_mce.zip


Comment 6 Mike Millson 2009-03-24 17:34:23 UTC
Attachment: Added: portal-core-cms-lib.jar


Comment 7 Mike Millson 2009-03-24 17:34:45 UTC
Attachment: Added: create.jsp


Comment 8 Mike Millson 2009-03-24 17:34:52 UTC
Attachment: Added: edit.jsp


Comment 9 Mike Millson 2009-03-24 17:35:04 UTC
Attachment: Added: pending_items.jsp


Comment 10 Mike Millson 2009-03-24 17:43:21 UTC
Patch Instructions: Added: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009 


Comment 12 Mike Millson 2009-03-26 18:26:50 UTC
Attachment: Removed: tiny_mce.zip 


Comment 13 Mike Millson 2009-03-26 18:27:49 UTC
tiny_mce created with zip -r to include all files recursively.

Comment 14 Mike Millson 2009-03-26 18:27:49 UTC
Attachment: Added: tiny_mce.zip


Comment 15 Mike Millson 2009-03-26 18:29:46 UTC
Patch Instructions: Removed: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009  Added: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009 


Comment 17 Mike Millson 2009-03-27 03:20:27 UTC
Yeah, that's a good point. I didn't make that connection when discussing JBEPP-31. The customer will be migrating from 2.6.6 to EAP, so they will surely need JBEPP-31 as well. Let me add that, rebuild, retest, and attach the new portal-core-cms-lib.jar.

Comment 18 Mike Millson 2009-03-27 04:09:24 UTC
Attachment: Removed: portal-core-cms-lib.jar 


Comment 19 Mike Millson 2009-03-27 04:10:45 UTC
Updated to include fix for JBEPP-31.

Comment 20 Mike Millson 2009-03-27 04:10:45 UTC
Attachment: Added: portal-core-cms-lib.jar


Comment 21 Mike Millson 2009-03-27 04:11:33 UTC
Link: Added: This issue depends JBPORTAL-2357


Comment 22 Mike Millson 2009-03-27 04:13:50 UTC
Patch Instructions: Removed: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009  Added: PATCH NAME:
        JBEPP-51
PRODUCT NAME:
        JBoss Enterprise Portal Platform
VERSION:
        4.3.0.GA
SHORT DESCRIPTION:
        Fix to prevent CMS editor from modifying URLs and Access is Denied error on saving a modified CMS file.
LONG DESCRIPTION:
        The patch contains fixes for the following issues:
        [JBEPP-51] Fix to prevent CMS editor from modifying URLs
        [JBEPP-31] Access is Denied error on saving a modified CMS file
MANUAL INSTALL INSTRUCTIONS:
        If you are deploying the non clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar

        If you are deploying the clustered JBoss Portal version:
        Unzip tiny_mce.zip
        Replace the existing %EPP_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/images/cms/admin/tiny_mce/ directory with the new tiny_mce directory
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/create.jsp with the new create.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/edit.jsp with the new edit.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/portal-cms.war/WEB-INF/jsp/cms/admin/pending_items.jsp with the new pending_items.jsp
        Replace the existing %JBOSS_HOME%/server/deploy/%JBOSSCONF%/deploy/jboss-portal-ha.sar/portal-cms.sar/lib/portal-core-cms-lib.jar with the new portal-core-cms-lib.jar
COMPATIBILITY:
        4.3.0.GA
DEPENDENCIES:
        N/A
SUPERSEDES:
        N/A
SUPERSEDED BY:
        4.3.0.GA CP1
CREATOR:
        Mike Millson
DATE:
        24-Mar-2009 


Comment 23 Prabhat Jha 2009-03-27 19:03:02 UTC
UI tests at http://hudson.qa.jboss.com/hudson/view/EPP/job/epp-db-hsql-selenium-tests/21/. The four failures are because new TinyMCE editor has different component id than previous release. I have verified manually that they work as expected.

Comment 24 Prabhat Jha 2009-03-27 19:04:00 UTC
Here are the md5sums: 

da527501b475eb1f90446f1eac95f246  create.jsp
4d62081d59ac18861a67e70bf24da48c  edit.jsp
12c3c0c9c750aeeb65cb6b094f9d764f  pending_items.jsp
754eb178418072b893f301edfbf1fbe9  portal-core-cms-lib.jar
da6b89b2562824eddee9962743eef8c3  promobanner.html
378679912609fd3c2417b0d83183994e  tiny_mce.zip


Comment 25 Tushar Gandotra 2009-03-31 10:28:30 UTC
The patch is available for download from the following location:
https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=818


Comment 26 Tushar Gandotra 2009-03-31 10:28:30 UTC
Patch Repository Link: Added: https://support.redhat.com/jbossnetwork/restricted/softwareDetail.html?softwareId=818
Security: Removed: JBoss Internal Added: Public


Comment 27 Magesh Bojan 2009-04-06 16:54:39 UTC
Link: Added: This issue is a dependency of JBEPP-60


Comment 28 Jared MORGAN 2011-11-18 02:54:49 UTC
Release Notes Docs Status: Added: Not Required