Then maybe we need to document the fact that our code is still based on the old RFC (is it?) and that we welcome contributions to modernize to the new RFC...
On Jun 14, 2017 7:07 AM, "Julian Reschke" <julian.resc...@gmx.de> wrote: > ... > >> The Apache Commons FileUpload library parses HTTP requests which conform >> to RFC >> 1867, "Form-based File Upload in HTML." That is, if an HTTP request is >> submitted using the POST method, and with a content type of >> "multipart/form-data," then FileUpload can parse that request, and make >> the >> results available in a manner easily used by the caller. >> > ... > > FWIW, the definition has been update (at least) twice since. The current > specification is https://tools.ietf.org/html/rfc7578. > > Best regards, Julian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >