Bug 1102257 - Installer: Vault validation on certain platforms is misleading
Summary: Installer: Vault validation on certain platforms is misleading
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: Installer
Version: 6.0.2
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: CR1
: 6.0.2
Assignee: Thomas Hauser
QA Contact: Tomas Livora
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-28 15:57 UTC by Thomas Hauser
Modified: 2014-08-06 19:51 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-06 19:51:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Thomas Hauser 2014-05-28 15:57:02 UTC
Description of problem:
The current version of the installer has checks that may erroneously indicate that certain keystores are valid when they are not.

Version-Release number of selected component (if applicable):
6.0.2 ER3

How reproducible:
Always

Steps to Reproduce:
1. Create a keystore with type PKCS12.
2. Use this keystore as the Vault keystore.

Actual results:
Validation passes (it should not pass here), and installation fails.

Expected results:
Validation does not allow the installation to proceed (Vault only supports JCEKS and JKS keystore types by default)

Additional info:
This issue affects BPMS and BRMS installers identically.

Comment 1 Thomas Hauser 2014-05-28 15:58:25 UTC
This issue is fixed in later versions of the installer code. Fixing it would just require a backport.

Comment 2 Marek Baluch 2014-06-19 08:49:16 UTC
Verified on 6.0.2.CR1.

When a keystore of type PKCS12 is provided the installer rejects it with message "This feature does not support the given keystore's type".


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