-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
EAP_EWP 5.3.0.ER3
-
None
-
NEW
Reproduce:
- Run the console installer and navigate to the JMX Security page
Behaviour:
- console output is
JMX Security
<html>This section allows you to control whether the JMX interfaces are secured. See <a href='http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html-single/Security_Guide/index.html'>JBoss Security Integration Guide</a> for additional security configurations.</html>
[x] Secure jmx-console.war
Input 1 to select, 0 to deselect:
Expected Behaviour:
- Raw HTML is not part of the console output
There are several ways to solve this, none of which are perfect:
- Stripping the HTML from the string (which makes the gui installer less efficient)
- Writing a class to strip HTML for the console version only (an izpack change, which we may not want to undertake for EAP 5)
- Making a new string that is only called by the console version (duplication of effort, not scalable)