Bug 1175817 - Keystore paths contain many backslashes on Windows
Summary: Keystore paths contain many backslashes on Windows
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Installer
Version: 6.1.0
Hardware: Unspecified
OS: Windows
medium
medium
Target Milestone: ER4
: 6.1.0
Assignee: Miroslav Sochurek
QA Contact: Dominik Hanak
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-18 16:21 UTC by Tomas Livora
Modified: 2020-03-27 20:04 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 20:04:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Tomas Livora 2014-12-18 16:21:23 UTC
Description of problem:
When you set up JSSE server keystore, JSSE client truststore, SSL keystore or password vault keystore, the paths to these keystores on Windows will contain four or eight backslashes in a row instead of just two. Right now this behavior does not seem to break any functionality, however, I think it should still be fixed.

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

Steps to Reproduce:
1. JSSE server keystore
2. JSSE client truststore
3. SSL keystore
4. password vault keystore

Actual results:
C:\\\\\\\\BRMS-6.1.0\\\\\\\\jboss-eap-6.3

Expected results:
C:\\BRMS-6.1.0\\jboss-eap-6.3

Additional info:
The same problems will probably be found in BPMS installer. Maybe even more, since unlike BRMS there are also JMS SSL keystores configured in BPMS. But BPMS installer has not been fully tested on Windows yet.

Comment 2 Thomas Hauser 2015-01-12 19:48:53 UTC
Fixed for 6.1.0.ER5. All values within the server descriptors will now use '/' instead of '\\'

Comment 5 Tomas Livora 2015-02-03 15:49:05 UTC
Verified on BPMS 6.1.0 ER4


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