Matthew Runo created FILEUPLOAD-214:
---------------------------------------
Summary: ServletFileUpload only accepts POST requests
Key: FILEUPLOAD-214
URL: https://issues.apache.org/jira/browse/FILEUPLOAD-214
Project: Commons FileUpload
Issue Type: Bug
Affects Versions: 1.2.2
Environment: Spring 3.x
Reporter: Matthew Runo
Priority: Minor
ServletFileUpload is hard coded to only accept POST requests. See
implementation of isMultipartContent. Since PUT (and other) requests might also
be used to upload files in REST apis, this restriction should be removed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira