Skip to content

AwsProxyHttpServletRequest.getParameterMap() not support multiple query string #217

Closed
@superweijiafeng

Description

@superweijiafeng
  • Framework version: 1.2
  • Implementations: Spring

Scenario

My http request is <scheme>://<host>/<path>?id=xxx&id=yyy

Function in controller is func(@RequestParam MultiValueMap<String, String> params)

Expected behavior

Value of params is

{
  "id": ["xxx", "yyy"]
}

Actual behavior

Value of params is

{
  "id": ["xxx"]
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions