cjelger opened a new issue #2471: Nodejs web actions do not support multiple 
occurences of the same request parameter
URL: https://github.com/apache/incubator-openwhisk/issues/2471
 
 
   Calling a nodejs web action with multiple occurences of the same request 
parameter is not supported. For example, calling
   
   `/api/v1/web/guest/default/hello.http?foo=bar&foo=bar2`
   
   ends up with `foo` being set to `bar2` in the JSON object passed to the web 
action function.
   
   I would have expected to receive an array with all the values of the request 
parameters, something like `foo: ['bar', 'bar2']`.
   
   
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to