ballerina-platform / module-ballerinax-azure.functions

The implementation of Azure Functions compiler extension for Ballerina.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query parameters for `int[]` hangs for invalid inputs

xlight05 opened this issue · comments

Description:
$Subject

resource function get hello3(int[] name) returns string {
    return name.toString();
}

Request - http://localhost:7071/products?name=1&name=meow

We need to handle errors properly.
Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):