Skip to content

Instantly share code, notes, and snippets.

@mkuehle
Created October 20, 2016 09:47
Show Gist options
  • Save mkuehle/bd7b42daa626482993c702139c2959df to your computer and use it in GitHub Desktop.
Save mkuehle/bd7b42daa626482993c702139c2959df to your computer and use it in GitHub Desktop.
Java EE 7 - JAX-RS Bean Validation - Query Parameter Test size
Markus$ curl -i http://localhost:8080/jee-jaxrs-validation/resources/users/username-unique?name=d
HTTP/1.1 400 Bad Request
[PARAMETER]
[isEmailUnique.arg0]
[Der Name muss zwischen 3 und 10 Zeichen lang sein]
[d]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment