Fixed missing support for execute method in URL
without this change the execute method in URL is quoted and treated as string with this change we're supporting it OOB fixes #11
This commit is contained in:
@@ -44,7 +44,7 @@ class ExecutionProperty {
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
String toString() {
|
||||
return executionCommand
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user