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

Detect wrong array type in RequestImpl.convertJSON() #99

Merged
merged 1 commit into from
Jan 18, 2017

Commits on Jan 9, 2017

  1. Detect wrong array type in RequestImpl.convertJSON()

    When the same parameter name is used several times in a form, it is
    submitted as an array to Stapler, which in turn expects to find a list
    type in the data model.  If this is not the case, report a meaningful
    error message instead of a cryptic NPE.
    Jean-Baptiste Quenot committed Jan 9, 2017
    Configuration menu
    Copy the full SHA
    d49a65d View commit details
    Browse the repository at this point in the history