Hide Forgot
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
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
Verified on EAP 6.2.0.CR3 installer.