Bug 1133969

Summary: (6.4.0) Description text stripped due to unescaped XML tag
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jan Blizňák <jbliznak>
Component: Web ConsoleAssignee: Heiko Braun <hbraun>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Jelinek <pjelinek>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.3.0CC: hpehl, istudens
Target Milestone: ---   
Target Release: EAP 6.4.0   
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:
Bug Depends On:    
Bug Blocks: 1144083    

Description Jan Blizňák 2014-08-26 14:43:49 UTC
Description of problem:
Under configuration -> Subsystems -> Web -> Web Services (http://localhost:9990/console/App.html#webservices) after clicking "Need Help?" toggle, description text is displayed. But the description is not escaped which results in missing text in description of WSDL Host attribute.


Actual results:
'<soap-address>' is used as is -> interpreted as HTML tag and as such the text <soap-address> is not displayed


Expected results:
'<soap-address>' is escaped as '&lt;soap-address&gt;'


Additional info:
The same description text can be seen under Tools -> Model Management -> subsystem -> webservices. In this location the description is escaped correctly.

Comment 1 Harald Pehl 2014-09-23 13:16:04 UTC
Fixed by HAL 2.4.0.Final BZ1144083. Setting to MODIFIED.

Comment 2 Jakub Cechacek 2014-11-11 09:11:49 UTC
It seems that this issue was overlook during 6.3. Moving to verified as it is fixed in 6.4.