Bugfix
Problem
Passing values for query parameters of type date does not work because the passed string value cannot be parsed.
As a result, the query is answered with the error message: "Invalid format in parameter ..." and a ClassCastException is written to the log.
This is caused by an error in the parser of the query arguments, which incorrectly calls format() instead of parse() with the string value.
Should
The passed value should be parsed into a date.
Test
TestServerClient.script.xml