open static fun getStringParameters(request: ServletRequest, name: String): Array<String>
Get an array of String parameters, return an empty array if not found.
request - current HTTP request
name - the name of the parameter with multiple possible values