-
Bug
-
Resolution: Done
-
Major
-
12.0.1.Final, 12.1.0.Final
-
None
./bin/cli.sh --connect 'http://operator:*******@test-batch-fail:11222'
The above connection string is invalid as the password `@` character has not been escaped, resulting in a IllegalArgumentException being thrown. However, the cli returns with a zero escape code when it should be non-zero to indicate abnormal termination.