Bug 1032125 - Remove all empty JSSE configuration options from Post-summary screen to make it more readable.
Summary: Remove all empty JSSE configuration options from Post-summary screen to make ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Installer
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: CR3
: EAP 6.2.0
Assignee: Miles Tjandrawidjaja
QA Contact: Petr Kremensky
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-19 15:22 UTC by Petr Kremensky
Modified: 2014-09-03 04:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:12:17 UTC
Type: Bug


Attachments (Terms of Use)

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.


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