Application verifier does not behave consistently when "startOnVerify" is true. If "startOnVerify" is true, the verify command should always start up the component if necessary before performing verification, and then return the component to its original state. Currently the component is started after the verification, causing different results when the same verify command is repeated; the first one fails, the second one succeeds.
If the key store and/or trust store password in a configuration have empty values, they appear pre-populated with data because they show up as "******". A null value should not be displayed as an obfuscated string, it should be displayed as an empty string.
Components should be configurable when in the stopped state. Currently the runtime does not allow a component to be configured unless it is in the started state.
Web console should allow configuration of stopped components. Currently the admin console does not allow a component to be configured unless it is in the started state.