Skip to content

Instantly share code, notes, and snippets.

@mkuehle
Created October 20, 2016 09:46
Show Gist options
  • Save mkuehle/6dfaf4bc8d1efd71f48f6be7d5d3af66 to your computer and use it in GitHub Desktop.
Save mkuehle/6dfaf4bc8d1efd71f48f6be7d5d3af66 to your computer and use it in GitHub Desktop.
Java EE 7 - JAX-RS Bean Validation - Query Parameter Test
Markus$ curl -i http://localhost:8080/jee-jaxrs-validation/resources/users/username-unique
HTTP/1.1 400 Bad Request
[PARAMETER]
[isEmailUnique.arg0]
[darf nicht null sein]
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment