simpleframework
simpleframework copied to clipboard
Fix NPE when no Content-Disposition header is present.
In case a "Content-Disposition" header from https://tools.ietf.org/html/rfc1806 is not passed in the client request, the server side fails to parse payload because of an NPE.