Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for wrap-nested-params and multi-valued parameters without '[]' #23

Closed

Commits on Jun 29, 2011

  1. Add test showing failure of nested-params middleware on multi-valued …

    …parameters that don't end in '[]', produced by e.g., multiple select elements.
    
    For example, the query string "foo=bar&foo=baz".
    christophermaier committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    f99a96b View commit details
    Browse the repository at this point in the history
  2. Add multi-value-suffix option to properly handle parameters that are …

    …multi-valued, but don't end with "[]".
    christophermaier committed Jun 29, 2011
    Configuration menu
    Copy the full SHA
    55b3204 View commit details
    Browse the repository at this point in the history