Ignore missing parameters
Brought to you by:
apoliak
If i dont want to add parameters like port, password, username and command the handler adds default values, and even if they are empty it adds the option to the commandline. This patch simply checks if the given values are empty ("") and prevents adding the commandline parameter if they are.
Added check for empty parameters