[resteasy-dev] Allow injection of @FormParam InputPart fields in @MultipartForm parameters

Chris Rankin rankincj at googlemail.com
Wed Jun 1 17:47:58 EDT 2016


Hi,

I was unable to access the Content-Type header associated with an
InputStream field on a @MultipartForm parameter, and so I created a
patch for Resteasy :-).

https://issues.jboss.org/browse/RESTEASY-1405

It's a small change to MultipartFormAnnotationReader so that it can
inject InputPart fields as well as InputStream fields.

Cheers,
Chris


More information about the resteasy-dev mailing list