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]
