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

Validate parameter list #225

Merged
merged 4 commits into from
Aug 1, 2016
Merged

Commits on Aug 1, 2016

  1. Validate that requests don't have extra parameters

    Request validation is enhanced to verify requests only include query or
    formData parameters that are specified in the spec.
    
    This validation does not occur for header or path parameters.  This is
    because most applications probably prefer to ignore extra headers and
    a request with extra path parameters would point to a different
    endpoint.
    fp-dsem committed Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f1d436c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c6ded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd69a37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e7ee40 View commit details
    Browse the repository at this point in the history