Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a way to override the Jersey built-in File MessageBodyReader implementation. #1

Open
Foxcapades opened this issue Aug 2, 2022 · 0 comments
Labels
todo Uncategorized tasks that need doing

Comments

@Foxcapades
Copy link
Member

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.

@Foxcapades Foxcapades added the todo Uncategorized tasks that need doing label Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
todo Uncategorized tasks that need doing
Projects
None yet
Development

No branches or pull requests

1 participant