You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 28, 2018. It is now read-only.
Jersey (or JAX-RS) does not currently allow us to set whether a parameter is
required or not. It is difficult to make assumptions on whether a param is
required (even in the case of form params since regexps can be used in clever
ways). It would be useful if parameters could be annotated with @required and if
the parameter is absent a 400 response will be returned.
This should also be set in WADL generation.
Environment
Operating System: All
Platform: Macintosh
The text was updated successfully, but these errors were encountered:
Jersey (or JAX-RS) does not currently allow us to set whether a parameter is
required or not. It is difficult to make assumptions on whether a param is
required (even in the case of form params since regexps can be used in clever
ways). It would be useful if parameters could be annotated with @required and if
the parameter is absent a 400 response will be returned.
This should also be set in WADL generation.
Environment
Operating System: All
Platform: Macintosh
The text was updated successfully, but these errors were encountered: