davidjumani opened a new issue #5007:
URL: https://github.com/apache/cloudstack/issues/5007
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
API
##### CLOUDSTACK VERSION
4.15+ (Maybe below)
##### SUMMARY
When duplicate query parameters are passed with the same key but different
values, ACS respects only the last value passed
##### STEPS TO REPRODUCE
##### EXPECTED RESULTS
A possible error throws for duplicate query params
##### ACTUAL RESULTS
http://primate-qa.cloudstack.cloud:8080/client/api/?listall=true&response=json&command=listVirtualMachines&details=min&keyword=rick&keyword=basic
Returns the VMs with name basic
http://primate-qa.cloudstack.cloud:8080/client/api/?listall=true&response=json&command=listVirtualMachines&details=min&keyword=basic&keyword=rick
Returns the VMs with name rick
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]