Bug 1133969 - (6.4.0) Description text stripped due to unescaped XML tag
Summary: (6.4.0) Description text stripped due to unescaped XML tag
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web Console
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: EAP 6.4.0
Assignee: Heiko Braun
QA Contact: Pavel Jelinek
URL:
Whiteboard:
Depends On:
Blocks: 1144083
TreeView+ depends on / blocked
 
Reported: 2014-08-26 14:43 UTC by Jan Blizňák
Modified: 2019-08-19 12:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HAL-485 0 Major Resolved Description text stripped due to unescaped XML tag 2014-09-12 07:54:19 UTC

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.


Note You need to log in before you can comment on or make changes to this bug.