Bug 842331

Summary: Html tags included in exception messages are escaped.
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Gary Hu <ghu>
Component: PortalAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.1.GACC: epp-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 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:

Description Gary Hu 2012-07-23 13:57:50 UTC
We have some customized exception message includes some html tags, such as "<br/>", etc. 
We expect those html tags could help format the exception messages showing on the dialog popup box triggered by Site Publisher UI. 
However, the html tags apparently are escaped on the UI. It just shows what it is. This was not happening in EPP 5.1.1.
In EPP5.1 
The message would have been
--------------------------
Exception1
Exception2
---------------------------
i.e <br/> acts like a line break.
In EPP5.2.1
I am getting
Exception1<br/>Exception2