Hi Folks, By default dancer supports parsing key-value pairs in a querystring separated by an ampersand - &. Is there a way to get it to working with a semicolon ; as well? e.g. http://localhost/hello?key1=value1;key2=value2 Thanks, Deepak