Hi, Pierre, in the age of REST API's, the restriction to POST makes no longer sense. So, yes, this is basically a bug, or at least a very valid feature request. Please, go ahead, and file a bug report.
Jochen On Tue, Nov 11, 2025 at 10:55 AM Pierre Maurice Schwang <[email protected]> wrote: > > Hi, > I just ran into an issue with commons-fileupload while checking for a > multipart request using ServletFileUpload.isMultipartContent (or the > JakartaServletFileUpload equivalents). It seems like that method explicitly > only allows POST requests, while my API needs to accept PUTs with multipart > (which should be allowed). Is this a bug I can report (and potentially PR a > fix) or somehow intended? I haven’t found any other reports so far. > > - Pierre > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- The woman was born in a full-blown thunderstorm. She probably told it to be quiet. It probably did. (Robert Jordan, Winter's heart) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
