Bug 1014964

Summary: Missing validation of iteration count -> Post processing error
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Petr Kremensky <pkremens>
Component: InstallerAssignee: Francisco Canas <fcanas>
Status: CLOSED CURRENTRELEASE QA Contact: Petr Kremensky <pkremens>
Severity: high Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: fcanas, thauser
Target Milestone: ER4   
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:16:13 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:
Embargoed:

Description Petr Kremensky 2013-10-03 08:44:35 UTC
Description of problem:
 There is no type validation for Iteration count during Password Vauld configuration. Installer will throw post processing error.

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

How reproducible:
 always

Steps to Reproduce:
 1. Run gui installer
 2. On Post-Install Configuration screen select to Install password vault
 3. On password Vault Configuration screen enter "abc" to Iteration count. Fill the rest of fields and finish the installation.

Actual results:
Post Processing Error is shown (NumberFormatExcaption)

Expected results:
Input is validated on Password Vault configuration screen

Comment 1 Francisco Canas 2013-10-03 14:29:16 UTC
A numeric validator has been added to that input field. User will only be able to proceed if they enter a numeric positive iteration count.

Comment 2 Petr Kremensky 2013-10-07 11:18:58 UTC
Verified on EAP 6.2.0.ER4 installer.