Skip to content
Snippets Groups Projects
Jan Mach's avatar
Jan Mach authored
Multivalue request arguments must be handled separately to get the list of all request argument values with the same name.

Resources:
   http://flask.pocoo.org/docs/1.0/api/#flask.Request.args
   http://werkzeug.pocoo.org/docs/0.14/datastructures/#werkzeug.datastructures.MultiDict

(Redmine issue: #4090)
f3c669ae
History