Freeman Fang created KARAF-3403:
-----------------------------------
Summary: bin/client Utility Throws ArrayIndexOutOfBoundsException
Key: KARAF-3403
URL: https://issues.apache.org/jira/browse/KARAF-3403
Project: Karaf
Issue Type: Improvement
Reporter: Freeman Fang
If you invoke the client with the -r option, but forget to specify a value, the
ArrayIndexOutOfBoundsException is thrown. For example:
{code}
./client -a 8101 -r
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 3
at org.apache.karaf.client.Main.main(Main.java:88)
{code}
This actually is applicable for other option also, should check if the option
value is available and if not, print a more graceful log instead of the
ArrayIndexOutOfBoundsException
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)