Unable to validate the request parameters

Issue #203 resolved
Former user created an issue
  • The swagger validator is not validating the request parameters.
  • The validator is also striping of the request parameter values.
  • Swagger validator version: 1.3.10
  • Please let us know if this is is being addressed in any of the latest versions.

Please see my example request... POST /api/v1/xyz/test HTTP/1.1 Host: localhost:8080 Content-Type: application/x-www-form-urlencoded Body: type=xyz&value=sdfsdfsdfsdfertwerwerwer

For this request when my Controller class receives the request the values for "type" and "value" comes as null.

Comments (2)

  1. Log in to comment