Hide Forgot
Description of problem: Some of strings for JSSE configuration use wrong key -> only key is displayed. Version-Release number of selected component (if applicable): EAP 6.2.0.ER7 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". Skip first security-domain configuration screen, carry on directly to JSSE configuration. 3. Choose to add all elements, enter some values for keystore/truststore password and URL fields, press Next to go to post-install summary screen. Actual results: Only keys are used for some strings: JSSE Add JSSE element: true securitydomain.jsse.ciphersuites: securitydomain.jsse.protocols: securitydomain.jsse.clientalias: securitydomain.jsse.serveralias: securitydomain.jsse.authtoken: false Add keystore element: true securitydomain.jsse.keystore.provider: securitydomain.jsse.keystore.providerargument: securitydomain.jsse.keystore.type: JKS securitydomain.jsse.keystore.url: asd Add keystore-manager element: true securitydomain.jsse.keystoremanager.algorithm: securitydomain.jsse.keystoremanager.provider: Add truststore element: true securitydomain.jsse.truststore.provider: securitydomain.jsse.truststore.providerargument: securitydomain.jsse.truststore.type: JKS securitydomain.jsse.truststore.url: asd Add truststore-manager element: true securitydomain.jsse.truststoremanager.algorithm: securitydomain.jsse.truststoremanager.provider: Expected results: Use correct properties. eg. "securitydomain.jsse.ciphersuites" -> "securitydomain.ciphersuites" Additional info: - see CustomLangpack.xml_eng for correct keys.
Fixed in 94402c93a489ed28b063abb12f0b9c5a945adaa4
This one is still missing (Third party validation token): securitydomain.jsse.authtoken: true
These are wrong in CR2: postinstallServer securitydomain.jsse.client-alias: securitydomain.jsse.server-alias:
I've corrected the keys for these strings.
All strings have been fixed. Verified on EAP 6.2.0.CR3 installer.