[
https://issues.apache.org/jira/browse/DIRSTUDIO-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15149272#comment-15149272
]
Stefan Seelmann commented on DIRSTUDIO-1087:
--------------------------------------------
I digged a bit deeper, the problem is the {{PrepareString}} class of the LDAP
API:
{code}
String result = PrepareString.normalize( "C:\\a\\b\\c",
PrepareString.StringType.DIRECTORY_STRING );
System.out.println( result );
C:?b?
{code}
> Keystore path doesn't accept windows backslash in path
> ------------------------------------------------------
>
> Key: DIRSTUDIO-1087
> URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1087
> Project: Directory Studio
> Issue Type: Bug
> Components: studio-apacheds-configuration
> Affects Versions: 2.0.0-M10 (2.0.0.v20151221-M10)
> Environment: Windows
> Reporter: Hal Deadman
> Priority: Minor
> Fix For: 2.0.0-M11
>
>
> In the configuration editor on the SSL/Start TLS Keystore section, when you
> click browse and select a keystore it will populate a path like
> C:\keystoredir\keystore.jks. You won't be able to save this without changing
> it to C:/keystoredir/keystore.jks.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)