Bug 1032125

Summary: Remove all empty JSSE configuration options from Post-summary screen to make it more readable.
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Miles Tjandrawidjaja <mtjandra>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: low Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: mtjandra, thauser
Target Milestone: CR3   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:12:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Petr Kremensky 2013-11-19 15:22:54 UTC
Description of problem:
 There is bunch of configuration options for JSSE configuration, all empty options are ignored during post-install configuration, but they are shown on Post install summary screen. We should remove all empty options to make the screen more readable.

Version-Release number of selected component (if applicable):
 EAP 6.2.0.CR2

How reproducible:
 Always.

Steps to Reproduce:
 1. Run gui installer, go to Post-Install configuration screen using default values.
 2. Choose to Add a security-domain. Press Next on first Security-domain screen.
 3. On Jsse screen check all available checkboxes and fill some values into all required fields (Keystore/Truststore passwords and URL). 
 4. Press next to go on Post-install summary screen.

---------------
Actual results:
---------------
JSSE
Add JSSE element: true 
Cipher-suites: 
Protocols: 
securitydomain.jsse.client-alias: 
securitydomain.jsse.server-alias: 
Server-auth-token: false 
Add keystore element: true 
Keystore provider: 
Keystore provider argument: 
Keystore type: JKS 
Keystore URL: /home/pkremens/jbossqe-eap-tests-installer/src/test/resources/jsse/server.keystore 
Add keystore-manager element: true 
Keystore-manager algorithm: 
Keystore-manager provider: 
Add truststore element: true
Truststore provider: 
Truststore provider argument: 
Truststore type: JKS 
Truststore URL: /home/pkremens/jbossqe-eap-tests-installer/src/test/resources/jsse/client.truststore 
Add truststore-manager element: true 
Truststore-manager algorithm: 
Truststore-manager provider:

-----------------
Expected results:
-----------------
JSSE
Add JSSE element: true 
Server-auth-token: false 
Add keystore element: true 
Keystore type: JKS 
Keystore URL: /home/pkremens/jbossqe-eap-tests-installer/src/test/resources/jsse/server.keystore 
Add truststore element: true
Truststore type: JKS 
Truststore URL: /home/pkremens/jbossqe-eap-tests-installer/src/test/resources/jsse/client.truststore 

Additional info:
securitydomain.jsse.client-alias like strings are covered by BZ1028959

Comment 1 Miles Tjandrawidjaja 2013-11-20 15:15:03 UTC
Updated so only keys with values are shown on the summary panel.

http://git.app.eng.bos.redhat.com/izpack.git/commit/?h=izpack-wip&id=24de2a3e2b97e264e520bb7547c2cb13efc834d0

Comment 2 Petr Kremensky 2013-11-22 09:06:51 UTC
Verified on EAP 6.2.0.CR3 installer.