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:
Marcin Grzejszczak
2017-01-17 13:46:26 +01:00
parent 9be467ed51
commit 4d82abc52d
8 changed files with 208 additions and 155 deletions

View File

@@ -44,7 +44,7 @@ class ExecutionProperty {
}
@Override
public String toString() {
String toString() {
return executionCommand
}
}