[
https://issues.jboss.org/browse/WFLY-1574?page=com.atlassian.jira.plugin....
]
Thomas Hauser updated WFLY-1574:
--------------------------------
Steps to Reproduce:
1) Build Wildfly and start the server (--admin-only or normal).
2) Start the jboss-cli.sh session:
./jboss-cli.sh -c
3) Run the following command to create a security-domain:
/subsystem=security/security-domain=new:add()
4) Enter the following text:
/subsystem=security/security-domain=new/jsse=classic:add(keystore={password=
5) Press tab.
View stacktrace:
http://pastebin.test.redhat.com/148578
was:
1) Build Wildfly and start the server (--admin-only or normal).
2) Run the following command to create a security-domain:
/subsystem=security/security-domain=new:add()
3) Enter the following text:
/subsystem=security/security-domain=new/jsse=classic:add(keystore={password=
4) Press tab.
View stacktrace:
http://pastebin.test.redhat.com/148578
jboss-cli.sh throws IllegalArgumentException when using tab complete
--------------------------------------------------------------------
Key: WFLY-1574
URL:
https://issues.jboss.org/browse/WFLY-1574
Project: WildFly
Issue Type: Bug
Components: CLI
Affects Versions: 8.0.0.Alpha2
Environment: Linux 3.9.4-200.fc18.x86_64 #1 SMP Fri May 24 20:10:49 UTC 2013
x86_64 x86_64 x86_64 GNU/Linux
Reporter: Thomas Hauser
Assignee: Alexey Loubyansky
When using tab complete to try and auto-fill values or get hints as to the allowed values
for certain attributes, an IllegalArgumentException is thrown.
Note: This issue also affects 7.2.0.Final
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira