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
Presently, if the type of the entity parameter taken by the controller method is File, then our MultipartMessageBodyReader implementation is ignored in favor of the Jersey built-in that handles File types.
The Jersey built-in does not parse the incoming request body and instead writes the entirety of it to a temp file which is passed to the controller method.
The text was updated successfully, but these errors were encountered:
Presently, if the type of the entity parameter taken by the controller method is
File
, then ourMultipartMessageBodyReader
implementation is ignored in favor of the Jersey built-in that handlesFile
types.The Jersey built-in does not parse the incoming request body and instead writes the entirety of it to a temp file which is passed to the controller method.
The text was updated successfully, but these errors were encountered: