Details
-
Bug
-
Resolution: Not an issue
-
Neutral
-
None
-
None
-
None
-
None
Description
Having:
?Topic=typhoon&Topic=hurricane&foo=bar
ctx.getParameters() would return:
*Hash (2)
foo = "bar" (String)
Topic =* "typhoon" (String)
ctx.getParameter('Topic') would return:
"typhoon" (String)
We would expect to get all values.
Either to have multi values or array of all params.
Checklists
Acceptance criteria