-
Enhancement
-
Resolution: Won't Do
-
Major
-
None
-
None
-
2
-
Documentation (Ref Guide, User Guide, etc.)
-
-
-
-
-
Path attributes in CLI on Windows should be described in documentation in CLI guide.
See more information in rejected functional jira: JBEAP-4412
backslash or forward slash can be used as file separator in windows path location. Backslash needs to be typed twice.
Example:
This command doesn't work:
/core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:\qa\hudson_workspace\noe-tests\resources\ssl\proper\ca-cert.jks", keystore-password="tomcat")
These commands work correctly:
/core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:/qa/hudson_workspace/noe-tests/resources/ssl/proper/ca-cert.jks", keystore-password="tomcat") /core-service=management/security-realm=JBossTestClient/authentication=truststore:add(keystore-path="C:\\qa\\hudson_workspace\\noe-tests\\resources\\ssl\\proper\\ca-cert.jks", keystore-password="tomcat")
- is related to
-
JBEAP-4412 jboss-cli.bat: Setting keystore-path in a new security-realm interprets \ (backslash) in Windows paths
-
- Closed
-
- relates to
-
JBEAP-20565 Modularize Management CLI Guide
-
- Closed
-